ium_444417/Jenkinsfile3
s444417 36e3a6015f
Some checks failed
s444417-training/pipeline/head There was a failure building this commit
:(
2022-04-25 21:43:10 +02:00

10 lines
197 B
Plaintext

pipeline {
agent { dockerfile true }
stages {
stage('Test') {
steps {
copyArtifacts projectName: 's444417-create-dataset'
}
}
}
}