Skip to content
Snippets Groups Projects
Commit d0d919fd authored by Martin Lowe's avatar Martin Lowe :flag_ca:
Browse files

Fix docker build running on main branch

parent 0d023197
No related branches found
No related tags found
1 merge request!50Fix docker build running on main branch
Pipeline #45967 passed
......@@ -161,6 +161,12 @@ pipeline {
agent {
label 'docker-build'
}
when {
anyOf {
environment name: 'ENVIRONMENT', value: 'production'
environment name: 'ENVIRONMENT', value: 'staging'
}
}
steps {
readTrusted 'src/main/docker/Dockerfile.jvm'
unstash 'target'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment