This commit is contained in:
Dominik 2021-03-25 13:49:56 +01:00
parent 5042a7f851
commit 75c3e2017d

1
Jenkinsfile vendored
View File

@ -26,6 +26,7 @@ pipeline {
archiveArtifacts 'test.csv'
archiveArtifacts 'dev.csv'
archiveArtifacts 'train.csv'
archiveArtifacts 'zadanie7.csv'
}
}
stage('Hello') {