1
This commit is contained in:
parent
01a0a6c7cf
commit
6c1d56c4db
14
Jenkinsfile
vendored
14
Jenkinsfile
vendored
@ -1,10 +1,12 @@
|
|||||||
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'
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user