Skip to content

Commit

Permalink
ci(job): docker registry host update
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeptossss committed Nov 29, 2023
1 parent d639959 commit 93933ef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 8 additions & 1 deletion helm/whanos/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,11 @@ jenkins:
mountPath: /whanos
envVars:
- name: DOCKER_REGISTRY
value: "whanos-docker-registry:5000"
value: "whanos-docker-registry.local"

docker-registry:
ingress:
enabled: true
hosts:
- whanos-docker-registry.local
tls: false
6 changes: 1 addition & 5 deletions jenkins/job_dsl.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,7 @@ freeStyleJob("link-project") {
preBuildCleanup()
}
steps {
shell(\'\'\'
cp -r /whanos/scripts/* .
chmod -R 777 .
sh -c "./whanos.sh \\\"$DISPLAY_NAME\\\""
\'\'\')
shell('cp -r /whanos/scripts/* . && chmod -R 777 . && sh -c "./whanos.sh \'$GITHUB_NAME\'"')
}
}
''')
Expand Down

0 comments on commit 93933ef

Please sign in to comment.