diff --git a/Jenkinsfile b/Jenkinsfile index f283330..195076b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,6 +14,14 @@ node { sh 'mv bin/* .' } + stage 'Acquire conftree' + + sh 'mkdir -p root' + dir('root'){ + git([ url: "https://github.internet2.edu/docker/shib-idp-conftree.git", + branch: "test", credentialsId: "jenkins-github-access-token" ]) + } + stage 'Tests' sh 'bin/test.sh'