Skip to content

Commit

Permalink
Merge pull request #4179 from martin-frbg/jenkinsfix
Browse files Browse the repository at this point in the history
Run "make clean" on Jenkins first to remove stale objects
  • Loading branch information
martin-frbg authored Aug 5, 2023
2 parents ef4a7e3 + 51c218d commit 12e9848
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'make'
sh 'make clean && make'
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile.pwr
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pipeline {
steps {
sh 'sudo apt update'
sh 'sudo apt install gfortran -y'
sh 'make'
sh 'make clean && make'
}
}
}
Expand Down

0 comments on commit 12e9848

Please sign in to comment.