This commit is contained in:
laskau 2019-04-26 10:49:02 +02:00
parent 01a0a6c7cf
commit 6c1d56c4db

14
Jenkinsfile vendored
View File

@ -1,10 +1,12 @@
pipeline {
agent any
stages {
stage('Stage 1') {
steps {
echo 'Hello world!'
}
}
}
stage('Copy Archive') {
steps {
script {
step ([$class: 'CopyArtifact',
projectName: 'ASR-eval'
}
}
}
}