forked from espos/liveiso
remove unnecessary clean stage from Jenkins pipeline
This commit is contained in:
Vendored
-5
@@ -6,11 +6,6 @@ pipeline {
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Clean') {
|
||||
steps {
|
||||
deleteDir()
|
||||
}
|
||||
}
|
||||
stage("Checkout") {
|
||||
steps {
|
||||
checkout scm
|
||||
|
||||
Reference in New Issue
Block a user