Update 'Jenkinsfile_create_dataset'

This commit is contained in:
Patryk Gałka 2023-04-18 22:46:55 +02:00
parent 6e4b09e025
commit ec9f3c2d68

View File

@ -56,10 +56,12 @@ pipeline {
}
steps {
echo 'building docker'
sh 'docker cp file.txt file.txt'
}
}
stage('Goodbye!') {
steps {
echo 'Goodbye!'