4.3.1 v3
This commit is contained in:
parent
b22f932d29
commit
25cbef377d
@ -20,6 +20,11 @@ pipeline {
|
||||
)
|
||||
}
|
||||
stages {
|
||||
stage('clear') {
|
||||
steps {
|
||||
sh 'rm -rf *'
|
||||
}
|
||||
}
|
||||
stage('checkout: Check out from version control') {
|
||||
steps {
|
||||
checkout scm
|
||||
|
Loading…
Reference in New Issue
Block a user