Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Krzysztof Moś 2019-04-26 11:48:18 +00:00
parent 55be801413
commit 2c9e155c35

1
Jenkinsfile vendored
View File

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