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,8 +56,10 @@ pipeline {
} }
steps { steps {
echo 'building docker' echo 'building docker'
sh 'docker cp file.txt file.txt'
} }
} }
stage('Goodbye!') { stage('Goodbye!') {