This commit is contained in:
tqcq 2024-07-19 01:14:33 +08:00 committed by tqcq
parent 128fbc4983
commit 3ba4db0f83

6
Jenkinsfile vendored
View File

@ -11,8 +11,10 @@ pipeline {
stages { stages {
stage("Checkout") { stage("Checkout") {
cleanWs() steps {
checkout scm cleanWs()
checkout scm
}
} }
stage('Configure') { stage('Configure') {