Migrating to Colabois.
All checks were successful
Gitsokyo/bot-base/pipeline/head This commit looks good
All checks were successful
Gitsokyo/bot-base/pipeline/head This commit looks good
This commit is contained in:
parent
4deb837e0d
commit
3a455d8cfa
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -81,7 +81,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sshagent(credentials: ['1cf72f47-b70c-4f90-a958-020956099d19']) {
|
sshagent(credentials: ['docs_pk']) {
|
||||||
sh 'echo ${TAG_NAME:-${GIT_BRANCH#*/}}'
|
sh 'echo ${TAG_NAME:-${GIT_BRANCH#*/}}'
|
||||||
sh 'echo ${DEPLOY_HOST}:${DEPLOY_DOC_PATH}${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#*/}}/'
|
sh 'ssh -o StrictHostKeyChecking=no -o BatchMode=yes ${DEPLOY_HOST} mkdir -p ${DEPLOY_DOC_PATH}${TAG_NAME:-${GIT_BRANCH#*/}}/'
|
||||||
@ -107,7 +107,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sshagent(credentials: ['1cf72f47-b70c-4f90-a958-020956099d19']) {
|
sshagent(credentials: ['docs_pk']) {
|
||||||
sh 'echo ${TAG_NAME:-${GIT_BRANCH#*/}}'
|
sh 'echo ${TAG_NAME:-${GIT_BRANCH#*/}}'
|
||||||
sh 'echo ${DEPLOY_HOST}:${DEPLOY_REL_PATH}${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#*/}}/'
|
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