enhance prepare stage with cleanup and checkout

This commit is contained in:
Irina Kirilova
2019-03-21 10:37:02 +01:00
parent ff15efef20
commit 3923d0b2e4
+2
View File
@@ -31,6 +31,8 @@ void call(parameters = [:]) {
stage('prepare') {
deleteDir()
checkout scm
setupCommonPipelineEnvironment(parameters)
}