Permalink
Browse files
Updating util acquisition
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
Jenkinsfile
|
@@ -9,9 +9,9 @@ node { |
|
|
dir('tmp'){ |
|
|
git([ url: "https://github.internet2.edu/docker/util.git", |
|
|
credentialsId: "jenkins-github-access-token" ]) |
|
|
sh 'ls' |
|
|
sh 'mv ./bin/* ../bin/.' |
|
|
sh 'mv ./util/bin/* ../bin/.' |
|
|
} |
|
|
sh 'rm -rf tmp' |
|
|
stage 'Setting build context' |
|
|
|
|
|
def maintainer = maintainer() |
|
|