3
This commit is contained in:
parent
5e6cdc4dff
commit
a848c48cf9
15
Jenkinsfile
vendored
15
Jenkinsfile
vendored
@ -1,14 +1,13 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
stages {
|
stages {
|
||||||
stage('Copy Archive') {
|
stage('Copy Archive') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
step ([$class: 'CopyArtifact',
|
step ([$class: 'CopyArtifact',
|
||||||
projectName: 'ASR-eval',
|
projectName: 'ASR-eval',
|
||||||
target: 'Infra'
|
target: 'Infra']);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user