Testing
Apps/everybody-mov/pipeline/head There was a failure building this commit Details

This commit is contained in:
Amber McCloughan 2022-09-01 23:51:14 -04:00
parent eb423e77cc
commit 5945ee7a51
1 changed files with 3 additions and 4 deletions

7
Jenkinsfile vendored
View File

@ -59,11 +59,10 @@ pipeline {
}
post {
agent {
label 'main'
}
always {
cleanWs()
node('main') {
cleanWs()
}
}
}