test parameters

This commit is contained in:
Mikołaj Pokrywka 2022-05-06 22:38:16 +02:00
parent 5f0bf0448a
commit 0f8633b0fa

View File

@ -21,7 +21,7 @@ pipeline {
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"
archiveArtifacts artifacts: "metrics.txt", "metrics.png"
}
}
}