diff --git a/Jenkinsfile b/Jenkinsfile index 1d39584..663dc16 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,7 @@ pipeline { script { maintainer = maintain() imagename = imagename() - if(env.BRANCH_NAME == "master") { + if(env.BRANCH_NAME == "main") { tag = "latest" } else { tag = env.BRANCH_NAME @@ -91,7 +91,7 @@ pipeline { def maintain() { def matcher = readFile('common.bash') =~ 'maintainer="(.+)"' - matcher ? matcher[0][1] : 'tier' + matcher ? matcher[0][1] : 'i2incommon' } def imagename() {