This commit is contained in:
piotrwrzodak 2023-05-11 22:11:12 +02:00
parent 38b4d94009
commit b22f932d29

View File

@ -42,7 +42,6 @@ pipeline {
}
}
steps {
sh: 'ls -a'
archiveArtifacts artifacts: 'barcelona_weekends.train.csv, barcelona_weekends.dev.csv, barcelona_weekends.test.csv', fingerprint: true
}
}