Remove lunjaserv deployment
Some checks failed
esbo_ds/ESBO-ETC/pipeline/head There was a failure building this commit
Some checks failed
esbo_ds/ESBO-ETC/pipeline/head There was a failure building this commit
This commit is contained in:
14
Jenkinsfile
vendored
14
Jenkinsfile
vendored
@@ -76,18 +76,4 @@ pipeline {
|
||||
sh 'cp -rf docs/build/html/* /var/www/html/esboetcdocs/'
|
||||
}
|
||||
}
|
||||
stage('Deploy Docs Lunjaserv') {
|
||||
agent {
|
||||
label 'lunjaserv'
|
||||
}
|
||||
steps {
|
||||
// unstash build results from previous stage
|
||||
unstash 'html'
|
||||
// remove old files
|
||||
sh 'rm -rf /opt/esbo-etc/html/*'
|
||||
// copy new files
|
||||
sh 'cp -rf docs/build/html /opt/esbo-etc/'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user