environment test
This commit is contained in:
parent
05865e1cd2
commit
7b09c8720a
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -40,7 +40,7 @@ podTemplate(
|
|||
def gitBranch = myRepo.GIT_BRANCH
|
||||
def shortGitCommit = "${gitCommit[0..10]}"
|
||||
def previousGitCommit = sh(script: "git rev-parse ${gitCommit}~", returnStdout: true)
|
||||
def docker_registry_url = "harboar.loafle.net"
|
||||
def docker_registry_url = "harbor.loafle.net"
|
||||
|
||||
stage('Test') {
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue
Block a user