diff --git a/Jenkinsfile b/Jenkinsfile index 0ab08638e..fe7a3bf15 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -90,10 +90,10 @@ pipeline { when { expression { !PROTECTED_BRANCH } } - environment { - // CREDENTIALS = credentials('docker-registry') - // IMAGE = "$REGISTRY/salix-back" - } + // environment { + // // CREDENTIALS = credentials('docker-registry') + // // IMAGE = "$REGISTRY/salix-back" + // } steps { script { def packageJson = readJSON file: 'package.json'