From 4d93fb082c33fd7b4c6335f8283cb4945f91c185 Mon Sep 17 00:00:00 2001 From: Agata Date: Sun, 1 May 2022 09:25:07 +0200 Subject: [PATCH] Update Jenkinfsfile --- training.Jenkinsfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/training.Jenkinsfile b/training.Jenkinsfile index 83320dc..159231f 100644 --- a/training.Jenkinsfile +++ b/training.Jenkinsfile @@ -31,4 +31,8 @@ pipeline { } } } + post { + success { + build job: 's444421-evaluation/training_and_evaluation' + } }