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 {
stage('Run Tools Deployment Job') {
steps {
sh(
script: 'env'
)
build(
job: '../tools-deployment'
)