Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Marek Wendlandt 2019-04-26 11:32:17 +00:00
parent 82f524d802
commit 96b6355ff5

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
stage('Stage 1') {
steps {
echo 'Hello world!'
copyArtifacts fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
copyArtifacts fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful(), target: 's442676-metric'
}
}
}