Let's check environment

This commit is contained in:
2023-03-18 07:43:34 +01:00
parent c2f5ddb980
commit 88b7fd1f05

3
Jenkinsfile vendored
View File

@@ -3,6 +3,9 @@ pipeline {
stages { stages {
stage('Run Tools Deployment Job') { stage('Run Tools Deployment Job') {
steps { steps {
sh(
script: 'env'
)
build( build(
job: '../tools-deployment' job: '../tools-deployment'
) )