ium_444417/Jenkinsfile3
s444417 b64d3ea79e
Some checks failed
s444417-training/pipeline/head There was a failure building this commit
add coma
2022-04-25 21:24:19 +02:00

12 lines
272 B
Plaintext

pipeline {
agent {
docker { image 'mikolajk/ium:latest' }
}
stages {
stage('Test') {
steps {
copyArtifacts filter: 'Participants_Data_HPP/**/*.*', projectName: 's444417-create-dataset'
}
}
}
}