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