Migrating to Colabois.
Some checks failed
Gitsokyo/bot-base/pipeline/head There was a failure building this commit

This commit is contained in:
Suwako Moriya 2021-05-11 01:24:57 +02:00
parent 29d60f3cb9
commit b0719ebc80
Signed by: SuwakoMmh
GPG Key ID: A27482B806F13CD5

4
Jenkinsfile vendored
View File

@ -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#*/}}/'