1
0
Fork 0
mirror of https://github.com/parrazam/radicale-docker.git synced 2024-09-29 00:12:03 +02:00

Added latest tag for master branch

This commit is contained in:
Parra 2022-02-27 19:11:40 +01:00
parent d93c0dd9c5
commit 0f07d79229

2
Jenkinsfile vendored
View file

@ -17,7 +17,7 @@ pipeline {
if (env.BRANCH_NAME.startsWith('release/')) { if (env.BRANCH_NAME.startsWith('release/')) {
VERSION = (env.BRANCH_NAME).tokenize('/')[1] VERSION = (env.BRANCH_NAME).tokenize('/')[1]
} else if (env.BRANCH_NAME.equals('master')) { } else if (env.BRANCH_NAME.equals('master')) {
VERSION = '' VERSION = 'latest'
} else { } else {
VERSION = 'unstable' VERSION = 'unstable'
} }