build: refs #6695 try e2e jenkins

This commit is contained in:
Alex Moreno 2025-01-28 08:42:46 +01:00
parent 68015056ab
commit 813f5e9331
1 changed files with 4 additions and 4 deletions

8
Jenkinsfile vendored
View File

@ -90,10 +90,10 @@ pipeline {
when { when {
expression { !PROTECTED_BRANCH } expression { !PROTECTED_BRANCH }
} }
environment { // environment {
// CREDENTIALS = credentials('docker-registry') // // CREDENTIALS = credentials('docker-registry')
// IMAGE = "$REGISTRY/salix-back" // // IMAGE = "$REGISTRY/salix-back"
} // }
steps { steps {
script { script {
def packageJson = readJSON file: 'package.json' def packageJson = readJSON file: 'package.json'