environment test

This commit is contained in:
crusader 2023-02-01 14:15:07 +00:00
parent 05865e1cd2
commit 7b09c8720a

2
Jenkinsfile vendored
View File

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