We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef4a7e3 + 51c218d commit 12e9848Copy full SHA for 12e9848
2 files changed
Jenkinsfile
@@ -7,7 +7,7 @@ pipeline {
7
stages {
8
stage('Build') {
9
steps {
10
- sh 'make'
+ sh 'make clean && make'
11
}
12
13
Jenkinsfile.pwr
@@ -9,7 +9,7 @@ pipeline {
sh 'sudo apt update'
sh 'sudo apt install gfortran -y'
14
15
0 commit comments