From 267958fe4cea2edd5712d6aa911a0b982a2b3665 Mon Sep 17 00:00:00 2001 From: Daniel Appelgren Date: Thu, 9 Sep 2021 14:58:57 +0200 Subject: [PATCH] feat(): testing changelog --- openshift/next/Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"! ###' } } - } }