From 9a5df92ab1589cc528eb573da6c23e825d32ad69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Wa=C5=82=C4=99sa?= Date: Fri, 6 May 2022 20:01:24 +0200 Subject: [PATCH] add stage: build training job --- Jenkinsfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2c1d0d0..661f1b0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -46,7 +46,11 @@ pipeline { archiveArtifacts artifacts: 'understat.csv.train', followSymlinks: false archiveArtifacts artifacts: 'understat.csv.test', followSymlinks: false archiveArtifacts artifacts: 'understat.csv.cutted', followSymlinks: false - } + } + stage('Build training job') { + steps{ + build job: 's478839-training/feature/' + } } } } \ No newline at end of file