Skip to content

Commit

Permalink
Merge pull request #185 from jburel/insight-job
Browse files Browse the repository at this point in the history
add PR status check
  • Loading branch information
sbesson authored Jul 26, 2021
2 parents bf4f1f5 + 7edc11c commit 47ef06a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions home/jobs/OMERO-insight-push/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@
<properties>
<hudson.model.ParametersDefinitionProperty>
<parameterDefinitions>
<hudson.model.ChoiceParameterDefinition>
<name>STATUS</name>
<description>PR check status</description>
<choices class="java.util.Arrays$ArrayList">
<a class="string-array">
<string>success-only</string>
<string>no-error</string>
<string>none</string>
</a>
</choices>
</hudson.model.ChoiceParameterDefinition>
<hudson.model.StringParameterDefinition>
<name>MERGE_OPTIONS</name>
<description>scc merge options</description>
Expand Down

0 comments on commit 47ef06a

Please sign in to comment.