Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Szymon Parafiński 2022-03-28 09:18:26 +02:00
parent 6f102eecf2
commit e6f5bc64fc

7
Jenkinsfile vendored
View File

@ -46,12 +46,5 @@ pipeline {
} }
} }
post {
success {
echo 'Run E2E Test pipeline!'
build job: 's444018-create-dataset', parameters: []
}
}
} }
} }