Dummy commit to test build chaining
This commit is contained in:
4
.ci/Jenkinsfile
vendored
4
.ci/Jenkinsfile
vendored
@@ -31,8 +31,8 @@ def gitClone() {
|
|||||||
env.GIT_COMMIT = BRANCH
|
env.GIT_COMMIT = BRANCH
|
||||||
println "[-] Building git tag [${env.GIT_COMMIT}]"
|
println "[-] Building git tag [${env.GIT_COMMIT}]"
|
||||||
def scmVars = checkout scm: [$class: 'GitSCM',
|
def scmVars = checkout scm: [$class: 'GitSCM',
|
||||||
branches: [[name: env.GIT_COMMIT]],
|
branches: [[name: env.GIT_COMMIT]],
|
||||||
userRemoteConfigs: [[url: 'https://github.com/richardg867/86Box.git']]]
|
userRemoteConfigs: [[url: 'https://github.com/richardg867/86Box.git']]]
|
||||||
env.GIT_COMMIT = scmVars.GIT_COMMIT
|
env.GIT_COMMIT = scmVars.GIT_COMMIT
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user