Skip to content

Commit

Permalink
ref(14): Change project name in all files
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanjerome committed Sep 10, 2023
1 parent db85aeb commit 9fab938
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 132 deletions.
2 changes: 1 addition & 1 deletion test/jenkins/config/casc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ credentials:
scope: GLOBAL
id: wizard-github-token
username: oauth2
password: ${WILD_GITHUB_TOKEN}
password: ${WIZARD_GITHUB_TOKEN}
jenkins:
systemMessage: "Automated Jenkins Setup using Docker and Jenkins Configuration as Code"
securityRealm:
Expand Down
129 changes: 0 additions & 129 deletions test/jenkins/config/exported-jenkins.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion test/jenkins/config/secrets-template.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
JENKINS_KUBERNETES_TOKEN=<SERVICE_ACCOUNT_TOKEN>
WILD_GITHUB_TOKEN=<GITHUB_TOKEN>
WIZARD_GITHUB_TOKEN=<GITHUB_TOKEN>
2 changes: 1 addition & 1 deletion test/jenkins/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ docker run \
--rm \
--name jenkins \
--hostname jenkins.scalastic.local \
--add-host=jenkins.scalastic.local:192.168.0.100 \
--add-host=jenkins.scalastic.local:"${LOCAL_IP_ADDRESS}" \
-p 8080:8080 -p 50000:50000 \
-v "${JENKINS_VOLUME_HOME}:/var/jenkins_home" \
--env "LOCAL_IP_ADDRESS=${LOCAL_IP_ADDRESS}" \
Expand Down

0 comments on commit 9fab938

Please sign in to comment.