v2
This commit is contained in:
parent
199d194cf0
commit
1bb6aa688f
21
Jenkinsfile
vendored
21
Jenkinsfile
vendored
@ -1,10 +1,11 @@
|
|||||||
pipeline {
|
stages {
|
||||||
agent any
|
stage('Copy Archive') {
|
||||||
stages {
|
steps {
|
||||||
stage('Stage 1') {
|
script {
|
||||||
steps {
|
step ([$class: 'CopyArtifact',
|
||||||
echo 'Hello world!'
|
projectName: 'ASR-eval',
|
||||||
}
|
filter: "packages/infra*.zip",
|
||||||
}
|
target: 'Infra']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user