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 728df26 commit 4009792
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ pipeline {
stage('build and tag image') {
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 '''cd .. &&
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 \
&& tar -xvf s2i.tar.gz \
&& cp ./s2i /usr/local/bin'''
sh './test.sh'
}

Expand Down

0 comments on commit 4009792

Please sign in to comment.