Skip to content

Commit 186cff3

Browse files
authored
Update Jenkinsfile
1 parent df722d2 commit 186cff3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Jenkinsfile

+4
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ pipeline {
3535
}
3636

3737
post {
38+
always {
39+
cleanWs(cleanWhenNotBuilt: false,
40+
notFailBuild: true)
41+
}
3842
success {
3943
echo 'Build completed successfully!'
4044
}

0 commit comments

Comments
 (0)