Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1 from docker/1.5.0
bumped to 1.5.0
chubing committed Mar 1, 2019
2 parents 77fa4b8 + f964ccb commit db58365
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Jenkinsfile
@@ -6,13 +6,13 @@ node {

stage 'Acquire util'

sh 'mkdir -p tmp && mkdir -p bin'
dir('tmp'){
sh 'mkdir -p tmp && mkdir -p bin'
dir('tmp'){
git([ url: "https://github.internet2.edu/docker/util.git",
credentialsId: "jenkins-github-access-token" ])
sh 'rm -rf ../bin/*'
sh 'mv ./bin/* ../bin/.'
}
sh 'rm -rf tmp'

stage 'Setting build context'

@@ -74,4 +74,4 @@ def handleError(String message){
slackSend color: 'danger', message: "${message}"
//step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: 'chris.bynum@levvel.io', sendToIndividuals: true])
sh 'exit 1'
}
}
4 changes: 2 additions & 2 deletions test-compose/docker-compose.yml
@@ -16,7 +16,7 @@ services:
volumes:
- mariadb-data:/var/lib/mysql
shibui:
image: tier/shib-idp-ui:1.4.0
image: tier/shib-idp-ui:1.5.0
depends_on:
- db
ports:
@@ -40,4 +40,4 @@ services:
volumes:
generated-conf:
generated-metadata:
mariadb-data:
mariadb-data:

0 comments on commit db58365

Please sign in to comment.