Migrating to Colabois.
Some checks failed
Gitsokyo/bot-base/pipeline/head There was a failure building this commit
Some checks failed
Gitsokyo/bot-base/pipeline/head There was a failure building this commit
This commit is contained in:
parent
29d60f3cb9
commit
b0719ebc80
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -77,7 +77,7 @@ pipeline {
|
||||
}
|
||||
}
|
||||
steps {
|
||||
sshagent(credentials: ['1cf72f47-b70c-4f90-a958-020956099d19']) {
|
||||
sshagent(credentials: ['docs_pk']) {
|
||||
sh 'echo ${TAG_NAME:-${GIT_BRANCH#*/}}'
|
||||
sh 'echo ${DEPLOY_HOST}:${DEPLOY_DOC_PATH}${TAG_NAME:-${GIT_BRANCH#*/}}/'
|
||||
sh 'ssh -o StrictHostKeyChecking=no -o BatchMode=yes ${DEPLOY_HOST} mkdir -p ${DEPLOY_DOC_PATH}${TAG_NAME:-${GIT_BRANCH#*/}}/'
|
||||
@ -103,7 +103,7 @@ pipeline {
|
||||
}
|
||||
}
|
||||
steps {
|
||||
sshagent(credentials: ['1cf72f47-b70c-4f90-a958-020956099d19']) {
|
||||
sshagent(credentials: ['docs_pk']) {
|
||||
sh 'echo ${TAG_NAME:-${GIT_BRANCH#*/}}'
|
||||
sh 'echo ${DEPLOY_HOST}:${DEPLOY_REL_PATH}${TAG_NAME:-${GIT_BRANCH#*/}}/'
|
||||
sh 'ssh -o StrictHostKeyChecking=no -o BatchMode=yes ${DEPLOY_HOST} mkdir -p ${DEPLOY_REL_PATH}${TAG_NAME:-${GIT_BRANCH#*/}}/'
|
||||
|
Loading…
Reference in New Issue
Block a user