s452088-mlworkshops/Jenkinsfile
Krzysztof Jurkiewicz 74cab630bd chng
2019-04-26 11:18:35 +02:00

5 lines
146 B
Groovy

node {
sh 'echo hello world'
copyArtifacts filter: '*', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
}