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

5
Jenkinsfile vendored
View File

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