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:47:24 -04:00
parent 124316faa1
commit 73e9863aee
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -34,7 +34,7 @@ pipeline {
}
}
stage('Build') {
agent 'main'
agent label 'main'
steps {
script {
DOCKER_IMAGE = docker.build("${DOCKER_IMAGE_NAME}")
@ -42,7 +42,7 @@ pipeline {
}
}
stage('Publish') {
agent 'main'
agent label 'main'
steps {
script {
docker.withRegistry("", "digital-ocean-ailuridae-registry") {