Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Michał Zaręba 2021-05-10 14:26:38 +02:00
parent 35a8a21b58
commit c1e667c4a5

6
Jenkinsfile vendored
View File

@ -26,14 +26,12 @@ pipeline{
steps{
withEnv(["CUTOFF=${params.CUTOFF}"]) {
sh "chmod 777 ./script.sh"
}
}}
stage('Archive artifacts'){
steps{
sh "python3 ./scrip2.py"
archiveArtifacts 'test.csv'
archiveArtifacts 'dev.csv'
archiveArtifacts 'train.csv'
}
}}
}
}
}