Added auto doc deploy #2
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -53,7 +53,7 @@ pipeline {
|
||||
}
|
||||
}
|
||||
steps {
|
||||
scipt {
|
||||
script {
|
||||
echo "Hello world"
|
||||
def SUB_PATH = """${sh(
|
||||
returnStdout: true,
|
||||
@ -62,6 +62,7 @@ pipeline {
|
||||
if (buildingTag()) {
|
||||
SUB_PATH="${env.TAG_NAME}"
|
||||
}
|
||||
}
|
||||
sshagent(credentials: ['1cf72f47-b70c-4f90-a958-020956099d19']) {
|
||||
withEnv(["SUB_PATH=${SUB_PATH}"]) {
|
||||
sh '''cd doc
|
||||
@ -74,7 +75,6 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
post {
|
||||
failure {
|
||||
sh 'cat doc/rsync.log'
|
||||
|
Loading…
Reference in New Issue
Block a user