Zaktualizuj 'Jenkinsfile-create-dataset'

This commit is contained in:
Patryk Łukasiewicz 2023-04-20 14:33:15 +02:00
parent 84ce605a11
commit b34b7932ff

View File

@ -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 *'
}