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' )