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:48:10 -04:00
parent 73e9863aee
commit a5170f04d0
1 changed files with 6 additions and 2 deletions

8
Jenkinsfile vendored
View File

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