Trying to get the skip to work
Some checks failed
Gitsokyo/bot-base/pipeline/pr-master There was a failure building this commit
Some checks failed
Gitsokyo/bot-base/pipeline/pr-master There was a failure building this commit
This commit is contained in:
parent
b9a2a0eb6d
commit
bb20354c19
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -62,7 +62,6 @@ pipeline {
|
|||||||
if (buildingTag()) {
|
if (buildingTag()) {
|
||||||
SUB_PATH="${env.TAG_NAME}"
|
SUB_PATH="${env.TAG_NAME}"
|
||||||
}
|
}
|
||||||
}
|
|
||||||
sshagent(credentials: ['1cf72f47-b70c-4f90-a958-020956099d19']) {
|
sshagent(credentials: ['1cf72f47-b70c-4f90-a958-020956099d19']) {
|
||||||
withEnv(["SUB_PATH=${SUB_PATH}"]) {
|
withEnv(["SUB_PATH=${SUB_PATH}"]) {
|
||||||
sh '''cd doc
|
sh '''cd doc
|
||||||
@ -75,6 +74,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
post {
|
post {
|
||||||
failure {
|
failure {
|
||||||
sh 'cat doc/rsync.log'
|
sh 'cat doc/rsync.log'
|
||||||
|
Loading…
Reference in New Issue
Block a user