Dummy commit to test build chaining

This commit is contained in:
RichardG867
2021-11-13 16:19:26 -03:00
parent 913b695073
commit 918dae0683

4
.ci/Jenkinsfile vendored
View File

@@ -31,8 +31,8 @@ def gitClone() {
env.GIT_COMMIT = BRANCH
println "[-] Building git tag [${env.GIT_COMMIT}]"
def scmVars = checkout scm: [$class: 'GitSCM',
branches: [[name: env.GIT_COMMIT]],
userRemoteConfigs: [[url: 'https://github.com/richardg867/86Box.git']]]
branches: [[name: env.GIT_COMMIT]],
userRemoteConfigs: [[url: 'https://github.com/richardg867/86Box.git']]]
env.GIT_COMMIT = scmVars.GIT_COMMIT
}