Update 'Jenkinsfile_create_dataset'

This commit is contained in:
Patryk Gałka 2023-04-19 10:33:54 +02:00
parent 5db5048993
commit ee245e8925

View File

@ -57,6 +57,7 @@ pipeline {
} }
steps { steps {
echo 'building docker' echo 'building docker'
archiveArtifacts 'file.txt'
} }
} }
@ -68,7 +69,7 @@ pipeline {
//Zarchiwizuj wynik //Zarchiwizuj wynik
//archiveArtifacts 'output.txt' //archiveArtifacts 'output.txt'
archiveArtifacts 'dataset.csv' archiveArtifacts 'dataset.csv'
archiveArtifacts 'file.txt'
} }
} }