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