Skip to content

Commit

Permalink
Update slave doc (opendevstack#156)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update __JENKINS_SLAVE_TEMPLATE_README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update __JENKINS_SLAVE_TEMPLATE_README.md

* Spelling of Jenkinsfile

* Spelling of Jenkinsfile

* Spelling of Jenkinsfile

* Spelling of Jenkinsfile

* Spelling of Jenkinsfile
  • Loading branch information
clemensutschig authored Mar 22, 2019
1 parent a61eeaa commit fb6ffc5
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
4 changes: 4 additions & 0 deletions __JENKINS_SLAVE_TEMPLATE_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Introduction / Used for building `<language>`

...
The image is built in the global `cd` project and is named `jenkins-slave-<NAME>`.<br>
it can be referenced in a `Jenkinsfile` with `cd/jenkins-slave-<NAME>`

## Features / what's in, which plugins, ...

## Known limitations
5 changes: 4 additions & 1 deletion jenkins-slaves/maven/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Maven / Gradle Jenkins Slave

## Introduction / Used for building `java`
This slave is used to build java code, both thru maven and gradle
This slave is used to build java code, both thru `maven` and `gradle`

The image is built in the global `cd` project and is named `jenkins-slave-maven`.
It can be referenced in a `Jenkinsfile` with `cd/jenkins-slave-maven`

## Features / what's in, which plugins, ...
1. Nexus configuration for Maven
Expand Down
3 changes: 3 additions & 0 deletions jenkins-slaves/nodejs8-angular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
## Introduction / Used for building `node.js`
This slave is used to build node.js based projects, both thru `npm` and `yarn`

The image is built in the global `cd` project and is named `jenkins-slave-nodejs8-angular`.
It can be referenced in a `Jenkinsfile` with `cd/jenkins-slave-nodejs8-angular`

## Features / what's in, which plugins, ...
1. Nexus configuration
2. HTTP Proxy awareness
Expand Down
3 changes: 3 additions & 0 deletions jenkins-slaves/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
## Introduction / Used for building `python`
This slave is used to build / execute python code

The image is built in the global `cd` project and is named `jenkins-slave-python`.
It can be referenced in a `Jenkinsfile` with `cd/jenkins-slave-python`

## Features / what's in, which plugins, ...
1. Python 3.6
1. PIP
Expand Down
5 changes: 4 additions & 1 deletion jenkins-slaves/scala/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Scala / SBT Jenkins Slave

## Introduction / Used for building `scala`
This slave is used to build scala code
This slave is used to build scala code thru SBT (Scala build tool)

The image is built in the global `cd` project and is named `jenkins-slave-scala`.
It can be referenced in a `Jenkinsfile` with `cd/jenkins-slave-scala`

## Features / what's in, which plugins, ...
1. SBT 1.1.6
Expand Down

0 comments on commit fb6ffc5

Please sign in to comment.