Explorar o código

Update Jenkinsfile

azatsafin %!s(int64=4) %!d(string=hai) anos
pai
achega
f6253b6bfa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -66,7 +66,7 @@ spec:
                 expression { return env.GIT_BRANCH == 'master'; }
             }
             steps {
-                sh 'git merge master'
+                sh 'git merge origin/master'
             }
         }
         stage('Remove SNAPSHOT from version') {