Browse Source

refactor: update job configuration

master
Apostolos Fanakis 4 years ago
parent
commit
8866cc2af1
  1. 24
      jenkins/jobs/staging-apella-multibranch-pipeline/config.xml

24
jenkins/jobs/staging-apella-multibranch-pipeline/config.xml

@ -1,33 +1,37 @@
<?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/>
<description></description>
<displayName>Concordia</displayName>
<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>
<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>
</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="../.."/>
</folderViews>
<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="../.."/>
</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>
<daysToKeep>-1</daysToKeep>
<numToKeep>-1</numToKeep>
</orphanedItemStrategy>
<triggers/>
<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>
<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>
<remote>git@gitlab.com:Apostolof/testapella.git</remote>
<remote>git@gitlab.com:ecentrics/concordia.git</remote>
<credentialsId>gitlab-ssh-key</credentialsId>
<traits>
<jenkins.plugins.git.traits.BranchDiscoveryTrait/>
@ -42,6 +46,6 @@
</sources>
<factory class="org.jenkinsci.plugins.workflow.multibranch.WorkflowBranchProjectFactory">
<owner class="org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject" reference="../.."/>
<scriptPath>Jenkinsfile</scriptPath>
<scriptPath>jenkins/Jenkinsfile</scriptPath>
</factory>
</org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject>
Loading…
Cancel
Save