mirror of
https://github.com/SAP/jenkins-library.git
synced 2026-06-19 22:58:55 +02:00
enhance prepare stage with cleanup and checkout
This commit is contained in:
@@ -31,6 +31,8 @@ void call(parameters = [:]) {
|
||||
|
||||
stage('prepare') {
|
||||
|
||||
deleteDir()
|
||||
checkout scm
|
||||
setupCommonPipelineEnvironment(parameters)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user