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 { stages {
stage('Build') { stage('Build') {
steps { steps {
sh 'make' sh 'make clean && make'
} }
} }
} }