-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
k3s: jenkins server pod is working now with pre-installed plugins
- Loading branch information
1 parent
347fd49
commit 1658fd6
Showing
5 changed files
with
51 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,12 @@ | ||
# jenkins.yaml | ||
jenkins: | ||
securityRealm: | ||
local: | ||
allowsSignup: true | ||
users: | ||
- id: "admin" | ||
password: "admin_password" | ||
authorizationStrategy: | ||
loggedInUsersCanDoAnything: | ||
allowAnonymousRead: true | ||
systemMessage: "Welcome to Jenkins!" | ||
plugin: | ||
required: | ||
- configuration-as-code | ||
- structs | ||
- kubernetes | ||
- disk-usage | ||
- jquery3-api | ||
- git | ||
- scm-api | ||
- script-security | ||
- durable-task | ||
- checks-api | ||
- github-checks | ||
- junit | ||
- xunit | ||
- autograding | ||
- workflow-aggregator | ||
- workflow-step-api | ||
- workflow-api | ||
- workflow-support | ||
- docker-commons | ||
- docker-plugin | ||
- docker-workflow | ||
- pipeline-stage-step | ||
- pipeline-build-step | ||
- pipeline-input-step | ||
- pipeline-rest-api | ||
- pipeline-stage-view | ||
- pipeline-graph-view | ||
- pipeline-github | ||
- pipeline-config-history | ||
# jenkins.yaml | ||
jenkins: | ||
securityRealm: | ||
local: | ||
allowsSignup: true | ||
users: | ||
- id: "admin" | ||
password: "admin_password" | ||
authorizationStrategy: | ||
loggedInUsersCanDoAnything: | ||
allowAnonymousRead: true | ||
systemMessage: "Welcome to Jenkins!" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
configuration-as-code | ||
structs | ||
kubernetes | ||
disk-usage | ||
jquery3-api | ||
git | ||
scm-api | ||
script-security | ||
durable-task | ||
checks-api | ||
github-checks | ||
junit | ||
xunit | ||
autograding | ||
workflow-aggregator | ||
workflow-step-api | ||
workflow-api | ||
workflow-support | ||
docker-commons | ||
docker-plugin | ||
docker-workflow | ||
pipeline-stage-step | ||
pipeline-build-step | ||
pipeline-input-step | ||
pipeline-rest-api | ||
pipeline-stage-view | ||
pipeline-graph-view | ||
pipeline-github | ||
pipeline-config-history |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters