jenkinsfile

This commit is contained in:
unknown 2020-04-03 11:53:21 +02:00
parent 397af4dc9e
commit 78158bb5df

1
Jenkinsfile vendored
View File

@ -4,6 +4,7 @@ pipeline {
stage('Stage 1') {
steps {
sh 'git checkout -f origin/master'
copyArtifacts filter: 'wikinews_results.txt', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
echo 'Hello world!'
}
}