Some Jenkins troubleshooting in production...

This commit is contained in:
RichardG867
2021-11-13 13:53:53 -03:00
parent 89fb9ca912
commit 630ea25922

1
.ci/Jenkinsfile vendored
View File

@@ -17,6 +17,7 @@
def gitClone() {
cleanWs()
println env.GIT_COMMIT
if (env.GIT_COMMIT == null)
env.GIT_COMMIT = BRANCH
def scmVars = git url: 'https://github.com/richardg867/86Box.git',