Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Marek Wendlandt 2019-04-26 11:48:29 +00:00
parent 96b6355ff5
commit 487f6b4091

2
Jenkinsfile vendored
View File

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