jenkinsfile
This commit is contained in:
parent
397af4dc9e
commit
78158bb5df
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -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!'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user