Skip to content

Commit 41ba772

Browse files
authored
Update Jenkinsfile
1 parent d3a3c68 commit 41ba772

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Jenkinsfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,10 @@ pipeline {
2222
}
2323
}
2424
}
25+
26+
post {
27+
always{
28+
sh 'rm -rf ${WORKSPACE}/*'
29+
}
30+
}
2531
}

0 commit comments

Comments
 (0)