This commit is contained in:
laskau 2019-04-26 11:06:20 +02:00
parent 6c1d56c4db
commit 5e6cdc4dff

10
Jenkinsfile vendored
View File

@ -1,12 +1,14 @@
pipeline {
agent any
stages {
stage('Copy Archive') {
stage('Copy Archive') {
steps {
script {
step ([$class: 'CopyArtifact',
projectName: 'ASR-eval'
projectName: 'ASR-eval',
target: 'Infra'
}
}
}
}
}
}
}