Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Marek Wendlandt 2019-04-26 11:29:11 +00:00
parent 33747973e4
commit 82f524d802

1
Jenkinsfile vendored
View File

@ -4,6 +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()
} }
} }
} }