diff --git a/Jenkinsfile b/Jenkinsfile index 10442fe..dbb663a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -67,6 +67,19 @@ pipeline { } } + stage('Display-Environment-Variables') { + steps { + script { + if (isUnix()) { + sh 'env' + } + else { + powershell 'Get-ChildItem Env:' + } + } + } + } + stage("Build-Pace-Python") { steps { script {