final
This commit is contained in:
parent
65e4075f77
commit
1a51256e4d
@ -38,7 +38,6 @@ node {
|
||||
}
|
||||
stage('Run script') {
|
||||
withEnv(["TEST_PARAMS=${params.TEST_PARAMS}", "BUILD_NR=${params.BUILD_NR}"]) {
|
||||
sh "rm neural_network_evaluation.csv"
|
||||
sh "python3 Scripts/evaluate_neural_network.py $BUILD_NR $TEST_PARAMS"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user