s452088-mlworkshops/Jenkinsfile

5 lines
146 B
Plaintext
Raw Normal View History

2019-04-26 11:16:15 +02:00
node {
sh 'echo hello world'
2019-04-26 11:18:35 +02:00
copyArtifacts filter: '*', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
2019-04-26 11:09:39 +02:00
}