diff options
| author | Nick <[email protected]> | 2019-09-13 08:44:11 -0400 |
|---|---|---|
| committer | Nick <[email protected]> | 2019-09-13 08:44:11 -0400 |
| commit | b35d8200f0d504abb1143d2279bf4a90465e9715 (patch) | |
| tree | 4ce7b68eff12c6f5b17d7fe00c980f15628abb99 /Jenkinsfile | |
| parent | fb93822b1411b50b746d9be12ef11f37e51a4ed8 (diff) | |
Bad jenkinsfile... do what I mean, not what I say
Diffstat (limited to 'Jenkinsfile')
| -rw-r--r-- | Jenkinsfile | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 5863a5a..034efdb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,17 +7,16 @@ pipeline { disableConcurrentBuilds() } stages { - stage('formatting-check') { - steps { - sh ''' - git remote rm upstream - git remote add upstream https://github.com/purdue-aalp/gpgpu-sim_distribution - git fetch upstream - git diff --name-only upstream/dev | grep -E "*.cc|*.h|*.cpp|*.hpp" | xargs ./run-clang-format.py --clang-format-executable /home/tgrogers-raid/a/green349/clang-format - ''' + stage('formatting-check') { + steps { + sh ''' + git remote rm upstream + git remote add upstream https://github.com/purdue-aalp/gpgpu-sim_distribution + git fetch upstream + git diff --name-only upstream/dev | grep -E "*.cc|*.h|*.cpp|*.hpp" | xargs ./run-clang-format.py --clang-format-executable /home/tgrogers-raid/a/green349/clang-format + ''' + } } - } - stages { stage('simulator-build') { steps { parallel "4.2": { |
