Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
Switch docker image used for release builds to the same jdk11 image u…
Browse files Browse the repository at this point in the history
…sed for master builds. (#1647)
  • Loading branch information
ajsutton authored Jul 10, 2019
1 parent b01ea42 commit 1b68539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ void tryAddKnownHost(String hostUrl){

pipeline {
agent {
docker { image 'pegasyseng/pantheon-build:0.0.5-jdk8' }
docker { image 'pegasyseng/pantheon-build:0.0.5-jdk11' }
}
parameters {
string(name: 'BRANCH_NAME', defaultValue: 'master', description: '[MANDATORY] The name of the branch to create the release from')
Expand Down

0 comments on commit 1b68539

Please sign in to comment.