Update Jenkinsfile

This commit is contained in:
Martin Kroeker 2023-08-05 18:33:15 +02:00 committed by GitHub
parent df978c90cd
commit 51c218d17a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -7,7 +7,7 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'make'
sh 'make clean && make'
}
}
}