1+ <?xml version =' 1.1' encoding =' UTF-8' ?>
2+ <flow-definition plugin =" workflow-job@1385.vb_58b_86ea_fff1" >
3+ <actions />
4+ <description >Run scc merge and bump versions on omero-zarr-pixel-buffer</description >
5+ <keepDependencies >false</keepDependencies >
6+ <properties >
7+ <hudson .model.ParametersDefinitionProperty>
8+ <parameterDefinitions >
9+ <hudson .model.ChoiceParameterDefinition>
10+ <name >STATUS</name >
11+ <description >PR check status</description >
12+ <choices class =" java.util.Arrays$ArrayList" >
13+ <a class =" string-array" >
14+ <string >success-only</string >
15+ <string >no-error</string >
16+ <string >none</string >
17+ </a >
18+ </choices >
19+ </hudson .model.ChoiceParameterDefinition>
20+ <hudson .model.StringParameterDefinition>
21+ <name >MERGE_OPTIONS</name >
22+ <description >scc merge options</description >
23+ <defaultValue >-vvv --no-ask --reset --comment</defaultValue >
24+ <trim >false</trim >
25+ </hudson .model.StringParameterDefinition>
26+ </parameterDefinitions >
27+ </hudson .model.ParametersDefinitionProperty>
28+ </properties >
29+ <definition class =" org.jenkinsci.plugins.workflow.cps.CpsFlowDefinition" plugin =" workflow-cps@3964.v0767b_4b_a_0b_fa_" >
30+ <script >node(' testintegration' ) {
31+
32+ library identifier: ' recursiveMerge@master' , retriever: modernSCM(
33+ [$class: ' GitSCMSource' ,
34+ remote: ' https://github.com/ome/jenkins-library-recursivemerge.git' ])
35+
36+ recursiveCheckout(
37+ repo: ' omero-zarr-pixel-buffer.git' )
38+
39+ recursiveMerge(
40+ baseRepo: ' omero-zarr-pixel-buffer.git' )
41+
42+ }</script >
43+ <sandbox >true</sandbox >
44+ </definition >
45+ <triggers />
46+ <disabled >false</disabled >
47+ </flow-definition >
0 commit comments