From 88b7fd1f05175bcd27a5cad59c5e76e415704440 Mon Sep 17 00:00:00 2001 From: Bartosz Kuzma Date: Sat, 18 Mar 2023 07:43:34 +0100 Subject: [PATCH] Let's check environment --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 29ed7a7..56b129e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,6 +3,9 @@ pipeline { stages { stage('Run Tools Deployment Job') { steps { + sh( + script: 'env' + ) build( job: '../tools-deployment' )