Added latest tag for master branch

This commit is contained in:
Parra 2022-02-27 19:11:40 +01:00
parent d93c0dd9c5
commit 0f07d79229
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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