Skip to content

Commit

Permalink
Untested updates
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Oct 18, 2018
1 parent 44b9dce commit 6238764
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions jenkins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ jenkins:
agentProtocols:
- "JNLP4-connect"
- "Ping"
securityRealm:
local:
allowsSignup: false
enableCaptcha: false
nodeProperties:
- jobRestrictionProperty:
jobRestriction:
Expand Down Expand Up @@ -37,6 +33,11 @@ jenkins:
myViewsTabBar: "standard"
viewsTabBar: "standard"

jenkins:
securityRealm:
local:
allowsSignup: false
enableCaptcha: false
authorizationStrategy:
roleBased:
roles:
Expand All @@ -63,7 +64,7 @@ jenkins:
- "Job/Configure"
- "Job/Build"
- "Job/Delete"
- "Run/Delete"
- "Build/Delete"
assignments:
- "authenticated"
- name: "@CoOwnerNoSid"
Expand Down
4 changes: 2 additions & 2 deletions plugins.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ parallel-test-executor:1.10
email-ext:2.62
jacoco:2.2.1
cobertura:1.12.1
configuration-as-code:1.0-rc3
configuration-as-code-support:1.0-rc3
configuration-as-code:1.0
configuration-as-code-support:1.0
jdk-tool:1.1

0 comments on commit 6238764

Please sign in to comment.