2022-04-25 19:16:01 +02:00
|
|
|
pipeline {
|
2022-04-25 21:43:10 +02:00
|
|
|
agent { dockerfile true }
|
2022-04-25 19:16:01 +02:00
|
|
|
stages {
|
2022-04-25 20:21:55 +02:00
|
|
|
stage('Test') {
|
|
|
|
steps {
|
2022-04-25 21:31:57 +02:00
|
|
|
copyArtifacts projectName: 's444417-create-dataset'
|
2022-04-25 22:11:33 +02:00
|
|
|
sh 'ls -la'
|
2022-04-25 19:16:01 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|