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