test parameters
This commit is contained in:
parent
3f8b863554
commit
5f0bf0448a
@ -18,12 +18,10 @@ pipeline {
|
||||
}
|
||||
stage('bash script') {
|
||||
steps {
|
||||
withEnv(["BRANCH=${params.BRANCH}"]) {
|
||||
copyArtifacts filter: '*', projectName: 's444463-training/$BRANCH'
|
||||
copyArtifacts filter: '*', projectName: 's444463-create-dataset'
|
||||
sh 'python3 ./evaluation.py'
|
||||
archiveArtifacts artifacts: "metrics.txt" "metrics.png"
|
||||
}
|
||||
copyArtifacts filter: '*', projectName: 's444356-training/${BRANCH}', selector: buildParameter('BUILD_SELECTOR')
|
||||
copyArtifacts filter: '*', projectName: 's444463-create-dataset'
|
||||
sh 'python3 ./evaluation.py'
|
||||
archiveArtifacts artifacts: "metrics.txt" "metrics.png"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user