Skip to content
Snippets Groups Projects
Commit 49c319fe authored by Héctor Orón Martínez's avatar Héctor Orón Martínez
Browse files

enable directory deletion in final step

parent 7d7ebb35
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ def buildImage(architecture, type, board, debosarguments = "") {
}
} finally {
stage("Cleanup ${architecture} ${type}") {
//deleteDir()
deleteDir()
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment