From 1b5069fd23c3ac85075db186fbde04ce0b965108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ga=C5=82ka?= Date: Wed, 10 May 2023 21:53:08 +0200 Subject: [PATCH] Update 'Jenkinsfile_create_dataset' --- Jenkinsfile_create_dataset | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile_create_dataset b/Jenkinsfile_create_dataset index 5275a6a..9d34ee5 100644 --- a/Jenkinsfile_create_dataset +++ b/Jenkinsfile_create_dataset @@ -69,9 +69,10 @@ pipeline { sh 'rm -rf *' } } - post { + post { always { build 'z-s434686-training' } - } + } + } } \ No newline at end of file