Fix build-result trigger jobs list in examples
Change-Id: I4fc954560953b64dca6720dff427855be7ccb132
This commit is contained in:
parent
7f51d01631
commit
6a447539a3
@ -6,7 +6,7 @@
|
||||
<combinedJobs>true</combinedJobs>
|
||||
<jobsInfo>
|
||||
<org.jenkinsci.plugins.buildresulttrigger.model.BuildResultTriggerInfo>
|
||||
<jobNames>t,e,s,t,,, ,t,e,s,t,2</jobNames>
|
||||
<jobNames>test,test2</jobNames>
|
||||
<checkedResults>
|
||||
<org.jenkinsci.plugins.buildresulttrigger.model.CheckedResult>
|
||||
<checked>SUCCESS</checked>
|
||||
@ -17,7 +17,7 @@
|
||||
</checkedResults>
|
||||
</org.jenkinsci.plugins.buildresulttrigger.model.BuildResultTriggerInfo>
|
||||
<org.jenkinsci.plugins.buildresulttrigger.model.BuildResultTriggerInfo>
|
||||
<jobNames>t,e,s,t,3</jobNames>
|
||||
<jobNames>test3</jobNames>
|
||||
<checkedResults>
|
||||
<org.jenkinsci.plugins.buildresulttrigger.model.CheckedResult>
|
||||
<checked>UNSTABLE</checked>
|
||||
|
@ -3,10 +3,13 @@ triggers:
|
||||
cron: H/15 * * * *
|
||||
combine: true
|
||||
groups:
|
||||
- jobs: test, test2
|
||||
- jobs:
|
||||
- test
|
||||
- test2
|
||||
results:
|
||||
- success
|
||||
- not-built
|
||||
- jobs: test3
|
||||
- jobs:
|
||||
- test3
|
||||
results:
|
||||
- unstable
|
||||
|
@ -6,7 +6,7 @@
|
||||
<combinedJobs>false</combinedJobs>
|
||||
<jobsInfo>
|
||||
<org.jenkinsci.plugins.buildresulttrigger.model.BuildResultTriggerInfo>
|
||||
<jobNames>t,e,s,t</jobNames>
|
||||
<jobNames>test</jobNames>
|
||||
<checkedResults>
|
||||
<org.jenkinsci.plugins.buildresulttrigger.model.CheckedResult>
|
||||
<checked>ABORTED</checked>
|
||||
|
@ -1,6 +1,7 @@
|
||||
triggers:
|
||||
- build-result:
|
||||
groups:
|
||||
- jobs: test
|
||||
- jobs:
|
||||
- test
|
||||
results:
|
||||
- aborted
|
||||
|
Loading…
Reference in New Issue
Block a user