1
0

copy artifacts

This commit is contained in:
DarkPete 2019-04-26 11:01:42 +02:00
parent d799ecfde2
commit 2d99863b89

4
Jenkinsfile vendored
View File

@ -1,9 +1,9 @@
pipeline { pipeline {
agent any agent any
stages { stages {
stage('Stage 1') { stage('ASR-eval copy artifacts') {
steps { steps {
echo 'Hello world!' copyArtifacts filter: '*', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
} }
} }
} }