36e3a6015f
Some checks failed
s444417-training/pipeline/head There was a failure building this commit
10 lines
197 B
Plaintext
10 lines
197 B
Plaintext
pipeline {
|
|
agent { dockerfile true }
|
|
stages {
|
|
stage('Test') {
|
|
steps {
|
|
copyArtifacts projectName: 's444417-create-dataset'
|
|
}
|
|
}
|
|
}
|
|
} |