diff --git a/openshift/next/Jenkinsfile b/openshift/next/Jenkinsfile index 58ff7ae..b1f3671 100644 --- a/openshift/next/Jenkinsfile +++ b/openshift/next/Jenkinsfile @@ -42,7 +42,7 @@ pipeline { CACHE_DIRECTORY=/home/jenkins/.npm/cache mkdir -p ${CACHE_DIRECTORY} echo "_auth=${ENCODED}" >> .npmrc - + # set -x cat .npmrc @@ -131,7 +131,6 @@ pipeline { echo '### Deployed to "test"! ###' } } - } }