b64d3ea79e
Some checks failed
s444417-training/pipeline/head There was a failure building this commit
12 lines
272 B
Plaintext
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'
|
|
}
|
|
}
|
|
}
|
|
} |