This commit is contained in:
DarkPete 2019-04-26 11:04:19 +02:00
parent 2d99863b89
commit d9aeee0b8f

1
Jenkinsfile vendored
View File

@ -4,6 +4,7 @@ pipeline {
stage('ASR-eval copy artifacts') {
steps {
copyArtifacts filter: '*', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
sh 'ls -lah'
}
}
}