Skip to content

Commit

Permalink
Added wipe stage in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
alitariq4589 committed May 13, 2024
1 parent 474934b commit d59ad26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud-v-pipeline-k230
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ node("J-K230-1") {
}
stage('Run meson clean'){
sh '''#!/bin/bash
meson setup --wipe
meson setup build --wipe
'''
}
stage('Run configure') {
Expand Down

0 comments on commit d59ad26

Please sign in to comment.