build: refs #6695 try e2e jenkins
This commit is contained in:
parent
68015056ab
commit
813f5e9331
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue