Skip to content

Commit

Permalink
Adjust usages of jenkins-casc-config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BaumiCoder committed Sep 14, 2024
1 parent ab7f810 commit d1861b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/gitlab/gitlab-local-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ artemis:
"

echo
echo 'The access Jenkins token has been created and can be copied into your jenkins-casc-config.yml file:'
echo 'The access Jenkins token has been created and can be copied into your jenkins-casc-config-gitlab.yml file:'
echo "
credentials:
system:
Expand Down
2 changes: 1 addition & 1 deletion docker/jenkins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- artemis-jenkins-data:/var/jenkins_home
- ./jenkins/jenkins-disable-csrf.groovy:/var/jenkins_home/init.groovy # Disable CSRF token
- ./jenkins/master-key-only-for-testing.key:/var/jenkins_home/master.key # Preset master key to use pre-generated secrets
- ./jenkins/jenkins-casc-config.yml:/usr/share/jenkins/ref/jenkins-casc-config.yml:ro
- ./jenkins/jenkins-casc-config-gitlab.yml:/usr/share/jenkins/ref/jenkins-casc-config.yml:ro
- /var/run/docker.sock:/var/run/docker.sock
ports:
- "8082:8080"
Expand Down

0 comments on commit d1861b2

Please sign in to comment.