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

@ -23,6 +23,12 @@ pipeline {
}
stages {
stage('clear') {
steps {
sh 'rm -rf *'
}
}
stage('Clone Git') {
steps {
sh 'git clone https://git.wmi.amu.edu.pl/s434743/ium_z434743'
@ -53,7 +59,7 @@ pipeline {
archiveArtifacts 'X_train.csv'
}
}
stage('clear') {
stage('clear2') {
steps {
sh 'rm -rf *'
}