Some Jenkins troubleshooting in production...
This commit is contained in:
1
.ci/Jenkinsfile
vendored
1
.ci/Jenkinsfile
vendored
@@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
def gitClone() {
|
def gitClone() {
|
||||||
cleanWs()
|
cleanWs()
|
||||||
|
println env.GIT_COMMIT
|
||||||
if (env.GIT_COMMIT == null)
|
if (env.GIT_COMMIT == null)
|
||||||
env.GIT_COMMIT = BRANCH
|
env.GIT_COMMIT = BRANCH
|
||||||
def scmVars = git url: 'https://github.com/richardg867/86Box.git',
|
def scmVars = git url: 'https://github.com/richardg867/86Box.git',
|
||||||
|
Reference in New Issue
Block a user