This commit is contained in:
Zuzanna Ric 2019-04-26 12:43:57 +02:00
parent 8d16e98d26
commit ea4e206d83

3
Jenkinsfile vendored
View File

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