|
@ -1,33 +1,37 @@ |
|
|
<?xml version='1.1' encoding='UTF-8'?> |
|
|
<?xml version='1.1' encoding='UTF-8'?> |
|
|
<org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject plugin="workflow-multibranch@2.21"> |
|
|
<org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject plugin="workflow-multibranch@2.22"> |
|
|
<actions/> |
|
|
<actions/> |
|
|
<description></description> |
|
|
<description></description> |
|
|
|
|
|
<displayName>Concordia</displayName> |
|
|
<properties> |
|
|
<properties> |
|
|
<org.jenkinsci.plugins.docker.workflow.declarative.FolderConfig plugin="docker-workflow@1.23"> |
|
|
<org.jenkinsci.plugins.docker.workflow.declarative.FolderConfig plugin="docker-workflow@1.25"> |
|
|
<dockerLabel></dockerLabel> |
|
|
<dockerLabel></dockerLabel> |
|
|
<registry plugin="docker-commons@1.16"/> |
|
|
<registry plugin="docker-commons@1.17"> |
|
|
|
|
|
<url>https://registry.hub.docker.com/</url> |
|
|
|
|
|
<credentialsId>docker-hub-concordia</credentialsId> |
|
|
|
|
|
</registry> |
|
|
</org.jenkinsci.plugins.docker.workflow.declarative.FolderConfig> |
|
|
</org.jenkinsci.plugins.docker.workflow.declarative.FolderConfig> |
|
|
</properties> |
|
|
</properties> |
|
|
<folderViews class="jenkins.branch.MultiBranchProjectViewHolder" plugin="branch-api@2.5.5"> |
|
|
<folderViews class="jenkins.branch.MultiBranchProjectViewHolder" plugin="branch-api@2.6.2"> |
|
|
<owner class="org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject" reference="../.."/> |
|
|
<owner class="org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject" reference="../.."/> |
|
|
</folderViews> |
|
|
</folderViews> |
|
|
<healthMetrics/> |
|
|
<healthMetrics/> |
|
|
<icon class="jenkins.branch.MetadataActionFolderIcon" plugin="branch-api@2.5.5"> |
|
|
<icon class="jenkins.branch.MetadataActionFolderIcon" plugin="branch-api@2.6.2"> |
|
|
<owner class="org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject" reference="../.."/> |
|
|
<owner class="org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject" reference="../.."/> |
|
|
</icon> |
|
|
</icon> |
|
|
<orphanedItemStrategy class="com.cloudbees.hudson.plugins.folder.computed.DefaultOrphanedItemStrategy" plugin="cloudbees-folder@6.11.1"> |
|
|
<orphanedItemStrategy class="com.cloudbees.hudson.plugins.folder.computed.DefaultOrphanedItemStrategy" plugin="cloudbees-folder@6.15"> |
|
|
<pruneDeadBranches>true</pruneDeadBranches> |
|
|
<pruneDeadBranches>true</pruneDeadBranches> |
|
|
<daysToKeep>-1</daysToKeep> |
|
|
<daysToKeep>-1</daysToKeep> |
|
|
<numToKeep>-1</numToKeep> |
|
|
<numToKeep>-1</numToKeep> |
|
|
</orphanedItemStrategy> |
|
|
</orphanedItemStrategy> |
|
|
<triggers/> |
|
|
<triggers/> |
|
|
<disabled>false</disabled> |
|
|
<disabled>false</disabled> |
|
|
<sources class="jenkins.branch.MultiBranchProject$BranchSourceList" plugin="branch-api@2.5.5"> |
|
|
<sources class="jenkins.branch.MultiBranchProject$BranchSourceList" plugin="branch-api@2.6.2"> |
|
|
<data> |
|
|
<data> |
|
|
<jenkins.branch.BranchSource> |
|
|
<jenkins.branch.BranchSource> |
|
|
<source class="jenkins.plugins.git.GitSCMSource" plugin="git@4.2.2"> |
|
|
<source class="jenkins.plugins.git.GitSCMSource" plugin="git@4.5.2"> |
|
|
<id>898b94b0-0abb-4e1d-8730-a6de8c8d1188</id> |
|
|
<id>898b94b0-0abb-4e1d-8730-a6de8c8d1188</id> |
|
|
<remote>git@gitlab.com:Apostolof/testapella.git</remote> |
|
|
<remote>git@gitlab.com:ecentrics/concordia.git</remote> |
|
|
<credentialsId>gitlab-ssh-key</credentialsId> |
|
|
<credentialsId>gitlab-ssh-key</credentialsId> |
|
|
<traits> |
|
|
<traits> |
|
|
<jenkins.plugins.git.traits.BranchDiscoveryTrait/> |
|
|
<jenkins.plugins.git.traits.BranchDiscoveryTrait/> |
|
@ -42,6 +46,6 @@ |
|
|
</sources> |
|
|
</sources> |
|
|
<factory class="org.jenkinsci.plugins.workflow.multibranch.WorkflowBranchProjectFactory"> |
|
|
<factory class="org.jenkinsci.plugins.workflow.multibranch.WorkflowBranchProjectFactory"> |
|
|
<owner class="org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject" reference="../.."/> |
|
|
<owner class="org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject" reference="../.."/> |
|
|
<scriptPath>Jenkinsfile</scriptPath> |
|
|
<scriptPath>jenkins/Jenkinsfile</scriptPath> |
|
|
</factory> |
|
|
</factory> |
|
|
</org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject> |
|
|
</org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject> |