refs #5541 Tag without build number
gitea/mylogger/pipeline/head There was a failure building this commit
Details
gitea/mylogger/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
610f90c662
commit
5e08ce35fa
|
@ -23,7 +23,7 @@ pipeline {
|
||||||
when {branch 'master'}
|
when {branch 'master'}
|
||||||
environment {
|
environment {
|
||||||
IMAGE = 'registry.verdnatura.es/mylogger'
|
IMAGE = 'registry.verdnatura.es/mylogger'
|
||||||
TAG = "${env.VERSION}-build${env.BUILD_ID}"
|
TAG = env.VERSION
|
||||||
CREDENTIALS = credentials('docker-registry')
|
CREDENTIALS = credentials('docker-registry')
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
|
|
Loading…
Reference in New Issue