projects
/
osm
/
RO.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a92a0ea
)
vnffg branch in RO should use master branch in devops
98/2298/1
author
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Tue, 26 Sep 2017 11:51:04 +0000
(13:51 +0200)
committer
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Tue, 26 Sep 2017 11:51:04 +0000
(13:51 +0200)
Change-Id: I0dc8abb384c602ee5d9d31164899c0641d78e099
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
Jenkinsfile
patch
|
blob
|
history
diff --git
a/Jenkinsfile
b/Jenkinsfile
index
6eea999
..
c48f53d
100644
(file)
--- a/
Jenkinsfile
+++ b/
Jenkinsfile
@@
-12,7
+12,7
@@
properties([
def devops_checkout() {
dir('devops') {
- git url: "${PROJECT_URL_PREFIX}/osm/devops", branch:
params.GERRIT_BRANCH
+ git url: "${PROJECT_URL_PREFIX}/osm/devops", branch:
"master"
}
}