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:
parent
61d4652e9c
commit
23fa3a793c
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/'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user