s442639-mlworkshops/Jenkinsfile

5 lines
133 B
Plaintext
Raw Normal View History

2019-04-26 10:47:25 +02:00
node {
copyArtifacts filter: '*', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
sh 'ls -l'
}