Skip to content

Commit

Permalink
Merge pull request #172 from hrishin/concurrent-build
Browse files Browse the repository at this point in the history
limit concurrent builds
  • Loading branch information
rupalibehera authored Jun 8, 2018
2 parents 5476663 + 5da8a42 commit 9b2810e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ Jenkins.instance.pluginManager.plugins.each{

Then just inspect the result and update the `plugins.txt` file properly.

## Add/Update plugins configuration

- Update [jenkins tenant configmap](https://github.com/fabric8-services/fabric8-tenant-jenkins/blob/master/apps/jenkins/src/main/fabric8/openshift-cm.yml) to add new or update existing plugin configuration

## Note
You'll need to [expose the Jenkins JNLP port](https://github.com/rawlingsj/openshift-jenkins-s2i-config/blob/master/configuration/config.xml#L80) and create a separate agent service like [this example](https://github.com/rawlingsj/openshift-jenkins-s2i-config/blob/master/jenkins-template.yml#L26-L43)

Expand Down
Binary file added plugins/build-blocker-plugin.jpi
Binary file not shown.
2 changes: 1 addition & 1 deletion plugins/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2
3

0 comments on commit 9b2810e

Please sign in to comment.