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:49:34 -04:00
parent a5170f04d0
commit eb423e77cc
1 changed files with 3 additions and 0 deletions

3
Jenkinsfile vendored
View File

@ -59,6 +59,9 @@ pipeline {
} }
post { post {
agent {
label 'main'
}
always { always {
cleanWs() cleanWs()
} }