fix
This commit is contained in:
parent
128fbc4983
commit
3ba4db0f83
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -11,8 +11,10 @@ pipeline {
|
|||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage("Checkout") {
|
stage("Checkout") {
|
||||||
cleanWs()
|
steps {
|
||||||
checkout scm
|
cleanWs()
|
||||||
|
checkout scm
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Configure') {
|
stage('Configure') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user