Migrating to Colabois.
All checks were successful
Gitsokyo/bot-base/pipeline/head This commit looks good

This commit is contained in:
Suwako Moriya 2021-05-11 01:24:57 +02:00
parent 4deb837e0d
commit 3a455d8cfa
Signed by: SuwakoMmh
GPG Key ID: A27482B806F13CD5

4
Jenkinsfile vendored
View File

@ -81,7 +81,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#*/}}/'
@ -107,7 +107,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#*/}}/'