From 57cb56bed913aeb8c69f0741a966cd5d0d964547 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ga=C5=82ka?= Date: Thu, 11 May 2023 00:05:17 +0200 Subject: [PATCH] Update 'Multibranch-Training' --- Multibranch-Training | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Multibranch-Training b/Multibranch-Training index 5b54875..a80ff81 100644 --- a/Multibranch-Training +++ b/Multibranch-Training @@ -46,4 +46,11 @@ pipeline { } } } + post { + always { + build 'z-s434686-training' parameters: [ + string(name: 'BRANCH', value: env.BRANCH_NAME) + ] + } + } } \ No newline at end of file