Permalink
Browse files
Add back Jenkinsfile
- Loading branch information
Showing
with
19 additions
and
0 deletions.
-
+19
−0
Jenkinsfile
|
|
@@ -0,0 +1,19 @@ |
|
|
#!groovy |
|
|
|
|
|
node('packer') { |
|
|
stage 'Checkout' |
|
|
|
|
|
checkout scm |
|
|
|
|
|
stage 'Acquire ansible-playbooks' |
|
|
|
|
|
git([ url: "https://github.internet2.edu/docker/ansible-playbooks.git", |
|
|
credentialsId: "jenkins-github-access-token" ]) |
|
|
|
|
|
|
|
|
stage 'Validate' |
|
|
|
|
|
sh '/usr/local/bin/packer validate shibboleth-appliance-vbox.json' |
|
|
|
|
|
|
|
|
} |
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.