Skip to content

Commit

Permalink
Spelling and formatting corrections to master README (#225)
Browse files Browse the repository at this point in the history
* Spelling and formatting corrections to master README

* Configure Gradle project with sources
  • Loading branch information
mirzmaster authored and Ewelina Wilkosz committed Mar 27, 2018
1 parent c026b6f commit 9e7276e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions dockerizeit/master/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,14 +312,14 @@ The script will read http_proxy, https_proxy, no_proxy, JAVA_PROXY environment v

### Security configuration

Security configuration stored in the separate file - [security.properties](security.properies)
Security configuration stored in the separate file - [security.properties](security.properties)

#### Script security for JobDSL

JobDSL plugin supports script secutiry starting from 1.60. You can disable sandbox mode by using config below
JobDSL plugin supports script security starting from 1.60. You can disable sandbox mode by using config below

```
scriptSecutiry {
scriptSecurity {
jobDSL = false
}
```
Expand All @@ -328,6 +328,7 @@ scriptSecutiry {

LDAP configuration example. Fields name match [LDAPSecurityRealm](https://github.com/jenkinsci/ldap-plugin/blob/0da2fef8feb9e480e303a7dbd03241f880c82235/src/main/java/hudson/security/LDAPSecurityRealm.java) constructor.

```
ldap {
enabled = true
server = "ldap://1.2.3.4"
Expand All @@ -339,6 +340,7 @@ ldap {
managerPassword = "password"
inhibitInferRootDN = false
}
```

#### AD

Expand Down
2 changes: 1 addition & 1 deletion jobdsl-gradle/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Fri Nov 20 20:06:24 CET 2015
#Tue Mar 27 11:35:51 EDT 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 9e7276e

Please sign in to comment.