Skip to content
Snippets Groups Projects
Commit 22ada38a authored by Tucker Gary Siegel's avatar Tucker Gary Siegel
Browse files

u

parent 3cf7db24
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,9 @@ pipeline {
}
stage('copy build') {
options {
timeout(time: 5, unit: 'MINUTES')
}
steps {
sh '''
sudo rm -rf /var/www/dawn_docs/public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment