Permalink
Showing
with
2 additions
and
2 deletions.
-
+2
−2
Jenkinsfile
|
@@ -5,11 +5,11 @@ node { |
|
|
|
|
|
stage 'Acquire util' |
|
|
|
|
|
sh 'mkdir -p 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 'mv ./util/bin/* ../bin/.' |
|
|
sh 'mv ./bin/* ../bin/.' |
|
|
} |
|
|
sh 'rm -rf tmp' |
|
|
stage 'Setting build context' |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.