Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Pentori <alexis@status.im>
  • Loading branch information
apentori committed Jan 30, 2024
1 parent 1ad7c47 commit 69d19e5
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,15 @@ pipeline {
} }
}
}


def getDefaultImageTag(currentValue) {
switch (env.JOB_BASE_NAME) {
case 'docker-latest': return 'latest'
case 'docker-release': return 'stable'
case 'docker-manual': return ''
default: return currentValue
}
post {
always { cleanWs()}
}
}
def getDefaultImageTag(currentValue) {
switch (env.JOB_BASE_NAME) {
case 'docker-latest': return 'latest'
case 'docker-release': return 'stable'
case 'docker-manual': return ''
default: return currentValue
}
}

0 comments on commit 69d19e5

Please sign in to comment.