diff --git a/Jenkinsfile b/Jenkinsfile index 3f14718a..d8f8a4eb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -67,6 +67,7 @@ pipeline { } stage('Backend') { steps { + sh 'env' echo 'Checking Syntax ...' sh 'docker pull nginxproxymanager/nginx-full:certbot-node' // See: https://github.com/yarnpkg/yarn/issues/3254