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