Skip to content

Instantly share code, notes, and snippets.

@ocanema
ocanema / test-branches-01
Created July 1, 2021 07:29
test-branches-01
branch01
branch02
branch03
branch04
@ocanema
ocanema / config.xml
Last active March 27, 2018 12:38
Jenkins Multi-branch job definition
<?xml version='1.0' encoding='UTF-8'?>
<org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject plugin="[email protected]">
<actions/>
<description></description>
<properties>
<org.jenkinsci.plugins.pipeline.maven.MavenConfigFolderOverrideProperty plugin="[email protected]">
<settings class="jenkins.mvn.DefaultSettingsProvider"/>
<globalSettings class="jenkins.mvn.DefaultGlobalSettingsProvider"/>
<override>false</override>
</org.jenkinsci.plugins.pipeline.maven.MavenConfigFolderOverrideProperty>