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

6
Jenkinsfile vendored
View File

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