Skip to content

Commit

Permalink
Upgrade sbt to 1.9.9 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
gheine authored Mar 14, 2024
1 parent 4e5debe commit 0108a10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ pipeline {
withCredentials([usernamePassword(credentialsId: 'jenkins-x-github', passwordVariable: 'GIT_PASSWORD', usernameVariable: 'GIT_USERNAME')]){
semver = VERSION.printable()
env.JAVAVERSION = "17"
env.SBT_VERSION = "1.9.8"
env.SBT_VERSION = "1.9.9"
sh """/kaniko/executor -f `pwd`/Dockerfile-play-builder-${JAVAVERSION} -c `pwd` \
--snapshot-mode=redo --use-new-run \
--build-arg SBT_VERSION=${SBT_VERSION} \
Expand Down Expand Up @@ -372,7 +372,7 @@ pipeline {
withCredentials([usernamePassword(credentialsId: 'jenkins-x-github', passwordVariable: 'GIT_PASSWORD', usernameVariable: 'GIT_USERNAME'), string(credentialsId: 'jenkins-hub-api-token', variable: 'GITHUB_TOKEN'), string(credentialsId: 'jenkins-apibuilder-token', variable: 'APIBUILDER_TOKEN') ]) {
semver = VERSION.printable()
env.JAVAVERSION = "17"
env.SBT_VERSION = "1.9.8"
env.SBT_VERSION = "1.9.9"
sh """/kaniko/executor -f `pwd`/Dockerfile-play-builder-${JAVAVERSION}-jammy -c `pwd` \
--snapshot-mode=redo --use-new-run \
--build-arg SBT_VERSION=${SBT_VERSION} \
Expand Down

0 comments on commit 0108a10

Please sign in to comment.