diff options
| author | tgrogers <[email protected]> | 2020-06-24 10:14:58 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2020-06-24 10:14:58 -0400 |
| commit | b1fdc6da937e638fc1cf735829613f1037bbbf1a (patch) | |
| tree | fb1fd76e2d373e10828fa8d7edec7856c892bdfe | |
| parent | 6b73061c17a91e7dea1cda247d34c58252c792f6 (diff) | |
get the env setup scripts
| -rw-r--r-- | nightly.jenkinsfile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nightly.jenkinsfile b/nightly.jenkinsfile index e28e2b8..1c88551 100644 --- a/nightly.jenkinsfile +++ b/nightly.jenkinsfile @@ -13,6 +13,12 @@ pipeline { } stages { + stage('env-setup') { + steps { + sh 'rm -rf env-setup && git clone [email protected]:purdue-aalp/env-setup.git &&\ + cd env-setup && git checkout cluster-ubuntu' + } + } stage('nightly-simulator-build') { steps { sh '''#!/bin/bash |
