Change Docker manager URL.
gitea/icedream/rekt-theme/master There was a failure building this commit
Details
gitea/icedream/rekt-theme/master There was a failure building this commit
Details
parent
02303846ac
commit
696209a090
|
@ -22,7 +22,7 @@ if (env.BRANCH_NAME != "master") {
|
||||||
}
|
}
|
||||||
|
|
||||||
// How to access the swarm manager of the deployment infrastructure
|
// How to access the swarm manager of the deployment infrastructure
|
||||||
def dockerSwarmManagerUrl = 'tcp://prod-docker-mgr.dmz.dreamnetwork.oss:2375'
|
def dockerSwarmManagerUrl = 'tcp://dn-docker-manager.serverkomplex.de:2375'
|
||||||
def dockerSwarmManagerCredentials = 'docker_socket_project_gitea_icedream'
|
def dockerSwarmManagerCredentials = 'docker_socket_project_gitea_icedream'
|
||||||
|
|
||||||
// Docker image version tags
|
// Docker image version tags
|
||||||
|
|
Loading…
Reference in New Issue