d36dd464 by Israel Amaral

Update Jenkinsfile

1 parent 000dbc3a
...@@ -9,4 +9,9 @@ pipeline { ...@@ -9,4 +9,9 @@ pipeline {
9 } 9 }
10 } 10 }
11 } 11 }
12 post {
13 always {
14 deleteDir() /* clean up our workspace */
15 }
16 }
12 } 17 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!