6695-docker_push_3 #1423

Merged
alexm merged 424 commits from 6695-docker_push_3 into dev 2025-02-21 12:41:37 +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'