Fix repository in Jenkinsfile

This commit is contained in:
RichardG867
2021-11-14 14:45:56 -03:00
parent dccd162758
commit 1417589630

2
.ci/Jenkinsfile vendored
View File

@@ -32,7 +32,7 @@ def gitClone() {
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']]]
userRemoteConfigs: [[url: 'https://github.com/86Box/86Box.git']]]
env.GIT_COMMIT = scmVars.GIT_COMMIT
}