🚧 Setup
This commit is contained in:
parent
efa96e296c
commit
f6621a1f74
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -6,7 +6,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
env.TAG = "${env.BUILD_NUMBER}"
|
env.TAG = "${env.BUILD_NUMBER}"
|
||||||
env.REFERENCE = "harbor.dinauer.dev/verifoo/backend"
|
env.REFERENCE = "harbor.dinauer.dev/registry/backend"
|
||||||
env.IMAGE = "${env.REFERENCE}:${env.BUILD_NUMBER}";
|
env.IMAGE = "${env.REFERENCE}:${env.BUILD_NUMBER}";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user