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

Commit

Permalink
Upgrade to pantheon-build:0.0.7-jdk11 which really does include jdk11 (
Browse files Browse the repository at this point in the history
  • Loading branch information
ajsutton authored Jul 11, 2019
1 parent 7366ac3 commit c04ffa5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (env.BRANCH_NAME == "master") {

def docker_image_dind = 'docker:18.06.0-ce-dind'
def docker_image = 'docker:18.06.0-ce'
def build_image = 'pegasyseng/pantheon-build:0.0.5-jdk11'
def build_image = 'pegasyseng/pantheon-build:0.0.7-jdk11'
def registry = 'https://registry.hub.docker.com'
def userAccount = 'dockerhub-pegasysengci'
def imageRepos = 'pegasyseng'
Expand Down
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-jdk11' }
docker { image 'pegasyseng/pantheon-build:0.0.7-jdk11' }
}
parameters {
string(name: 'BRANCH_NAME', defaultValue: 'master', description: '[MANDATORY] The name of the branch to create the release from')
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile.release.branch
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.7-jdk11' }
}
parameters {
string(name: 'TAG_NAME', defaultValue: '', description: '[MANDATORY] Name of the Tag to create the branch from')
Expand Down

0 comments on commit c04ffa5

Please sign in to comment.