Skip to content
This repository has been archived by the owner on Oct 17, 2018. It is now read-only.

Commit

Permalink
config for concurrent build
Browse files Browse the repository at this point in the history
- added config file for build blocker plugin
  • Loading branch information
hrishin committed Jun 5, 2018
1 parent 742c727 commit 71279df
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion apps/jenkins/src/main/fabric8/openshift-cm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,4 +338,14 @@ data:
<nodeProperties/>
<globalNodeProperties/>
<noUsageStatistics>true</noUsageStatistics>
</hudson>
</hudson>
hudson.plugins.buildblocker.BuildBlockerProperty.xml: |-
<?xml version='1.0' encoding='UTF-8'?>
<hudson.plugins.buildblocker.BuildBlockerProperty_-DescriptorImpl plugin="[email protected]">
<useBuildBlocker>true</useBuildBlocker>
<blockLevel>GLOBAL</blockLevel>
<scanQueueFor>DISABLED</scanQueueFor>
<blockingJobs>.*</blockingJobs>
</hudson.plugins.buildblocker.BuildBlockerProperty_-DescriptorImpl>
2 changes: 1 addition & 1 deletion apps/jenkins/src/main/fabric8/openshift-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
image: "centos:7"
command: ['sh', '-c', 'for i in {1..10}; do sleep 1; if curl -L -m 4 content-repository; then exit 0; else echo waiting for content-repository ...; fi; done; exit 1']
containers:
- image: "fabric8/jenkins-openshift:${jenkins-openshift.version}"
- image: "fabric8/jenkins-openshift:SNAPSHOT-PR-172-6"
imagePullPolicy: "IfNotPresent"
name: "jenkins"
readinessProbe:
Expand Down

0 comments on commit 71279df

Please sign in to comment.