update do zadania 2 z lab 06

This commit is contained in:
Norbert Walkowiak 2023-06-08 11:05:51 +02:00
parent 1b097d9e96
commit dc6fede62a

View File

@ -9,6 +9,10 @@ pipeline{
)
}
options {
copyArtifactPermission('z-s487175-evaluation.eg');
}
stages{
stage('Copy dataset'){
steps{
@ -29,10 +33,11 @@ pipeline{
}
}
}
/*
post {
success {
build job: 'z-s487175-evaluation.eg', propagate: false
}
}
*/
}