change name
This commit is contained in:
parent
f3b3c338e1
commit
5e43ab00b3
@ -7,7 +7,7 @@ pipeline {
|
||||
name: 'BUILD_SELECTOR'
|
||||
)}
|
||||
stages {
|
||||
stage('Clear directory') {
|
||||
stage('Clear directory before') {
|
||||
steps {
|
||||
sh 'rm -rf *'
|
||||
}
|
||||
@ -37,7 +37,7 @@ pipeline {
|
||||
archiveArtifacts 'X_train.csv'
|
||||
}
|
||||
}
|
||||
stage('Clear directory') {
|
||||
stage('Clear directory after') {
|
||||
steps {
|
||||
sh 'rm -rf *'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user