This commit is contained in:
parent
24a9943b0c
commit
dfdf9aa2ca
|
@ -95,6 +95,8 @@ pipeline {
|
|||
stage('Push image') {
|
||||
environment {
|
||||
CREDENTIALS = credentials('docker-registry')
|
||||
E2E_VERSION = "e2e-try"
|
||||
IMAGE = "$REGISTRY/verdnatura/salix-back:$E2E_VERSION"
|
||||
}
|
||||
steps {
|
||||
script {
|
||||
|
|
Loading…
Reference in New Issue