update jenkisfile lab 6 zad 1

This commit is contained in:
Norbert Walkowiak 2023-06-07 20:33:46 +02:00
parent 9416712984
commit e4f6b0e864

View File

@ -12,7 +12,6 @@ pipeline{
stages{
stage('Copy dataset'){
steps{
build job: 'z-s487175-create-dataset', propagate: true
sh "docker cp \$(docker ps -l -q):/app/dane ${env.WORKSPACE}"
}
}