8714-devToTest #1547

Merged
alexm merged 712 commits from 8714-devToTest into test 2025-03-04 14:08:01 +00:00
1 changed files with 4 additions and 4 deletions
Showing only changes of commit 813f5e9331 - Show all commits

8
Jenkinsfile vendored
View File

@ -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'