1
This commit is contained in:
parent
01a0a6c7cf
commit
6c1d56c4db
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -1,9 +1,11 @@
|
||||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('Stage 1') {
|
||||
stage('Copy Archive') {
|
||||
steps {
|
||||
echo 'Hello world!'
|
||||
script {
|
||||
step ([$class: 'CopyArtifact',
|
||||
projectName: 'ASR-eval'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user