Skip to content

Commit

Permalink
update jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
runzexia committed Aug 16, 2019
1 parent ca2e2b4 commit 728df26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ pipeline {
steps {
container('base') {
sh '''wget -O s2i.tar.gz https://github.com/openshift/source-to-image/releases/download/v1.1.13/source-to-image-v1.1.13-b54d75d3-linux-amd64.tar.gz
rm -f s2i
tar -xvf s2i.tar.gz
cp ./s2i /usr/local/bin'''
sh './test.sh'
Expand Down

0 comments on commit 728df26

Please sign in to comment.