Zaktualizuj 'Jenkinsfile-create-dataset'
This commit is contained in:
parent
84ce605a11
commit
b34b7932ff
@ -22,6 +22,12 @@ pipeline {
|
||||
)
|
||||
}
|
||||
stages {
|
||||
|
||||
stage('clear') {
|
||||
steps {
|
||||
sh 'rm -rf *'
|
||||
}
|
||||
}
|
||||
|
||||
stage('Clone Git') {
|
||||
steps {
|
||||
@ -53,7 +59,7 @@ pipeline {
|
||||
archiveArtifacts 'X_train.csv'
|
||||
}
|
||||
}
|
||||
stage('clear') {
|
||||
stage('clear2') {
|
||||
steps {
|
||||
sh 'rm -rf *'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user