Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Michał Zaręba 2021-05-10 15:24:33 +02:00
parent c1e667c4a5
commit 98dd508baa

9
Jenkinsfile vendored
View File

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