Browse Source

refactor: update job configuration

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

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

@ -1,47 +1,51 @@
<?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>
<properties> <displayName>Concordia</displayName>
<org.jenkinsci.plugins.docker.workflow.declarative.FolderConfig plugin="docker-workflow@1.23"> <properties>
<dockerLabel></dockerLabel> <org.jenkinsci.plugins.docker.workflow.declarative.FolderConfig plugin="docker-workflow@1.25">
<registry plugin="docker-commons@1.16"/> <dockerLabel></dockerLabel>
</org.jenkinsci.plugins.docker.workflow.declarative.FolderConfig> <registry plugin="docker-commons@1.17">
</properties> <url>https://registry.hub.docker.com/</url>
<folderViews class="jenkins.branch.MultiBranchProjectViewHolder" plugin="branch-api@2.5.5"> <credentialsId>docker-hub-concordia</credentialsId>
<owner class="org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject" reference="../.."/> </registry>
</folderViews> </org.jenkinsci.plugins.docker.workflow.declarative.FolderConfig>
<healthMetrics/> </properties>
<icon class="jenkins.branch.MetadataActionFolderIcon" 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="../.."/>
</icon> </folderViews>
<orphanedItemStrategy class="com.cloudbees.hudson.plugins.folder.computed.DefaultOrphanedItemStrategy" plugin="cloudbees-folder@6.11.1"> <healthMetrics/>
<pruneDeadBranches>true</pruneDeadBranches> <icon class="jenkins.branch.MetadataActionFolderIcon" plugin="branch-api@2.6.2">
<daysToKeep>-1</daysToKeep> <owner class="org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject" reference="../.."/>
<numToKeep>-1</numToKeep> </icon>
</orphanedItemStrategy> <orphanedItemStrategy class="com.cloudbees.hudson.plugins.folder.computed.DefaultOrphanedItemStrategy" plugin="cloudbees-folder@6.15">
<triggers/> <pruneDeadBranches>true</pruneDeadBranches>
<disabled>false</disabled> <daysToKeep>-1</daysToKeep>
<sources class="jenkins.branch.MultiBranchProject$BranchSourceList" plugin="branch-api@2.5.5"> <numToKeep>-1</numToKeep>
<data> </orphanedItemStrategy>
<jenkins.branch.BranchSource> <triggers/>
<source class="jenkins.plugins.git.GitSCMSource" plugin="git@4.2.2"> <disabled>false</disabled>
<id>898b94b0-0abb-4e1d-8730-a6de8c8d1188</id> <sources class="jenkins.branch.MultiBranchProject$BranchSourceList" plugin="branch-api@2.6.2">
<remote>git@gitlab.com:Apostolof/testapella.git</remote> <data>
<credentialsId>gitlab-ssh-key</credentialsId> <jenkins.branch.BranchSource>
<traits> <source class="jenkins.plugins.git.GitSCMSource" plugin="git@4.5.2">
<jenkins.plugins.git.traits.BranchDiscoveryTrait/> <id>898b94b0-0abb-4e1d-8730-a6de8c8d1188</id>
</traits> <remote>git@gitlab.com:ecentrics/concordia.git</remote>
</source> <credentialsId>gitlab-ssh-key</credentialsId>
<strategy class="jenkins.branch.DefaultBranchPropertyStrategy"> <traits>
<properties class="empty-list"/> <jenkins.plugins.git.traits.BranchDiscoveryTrait/>
</strategy> </traits>
</jenkins.branch.BranchSource> </source>
</data> <strategy class="jenkins.branch.DefaultBranchPropertyStrategy">
<owner class="org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject" reference="../.."/> <properties class="empty-list"/>
</sources> </strategy>
<factory class="org.jenkinsci.plugins.workflow.multibranch.WorkflowBranchProjectFactory"> </jenkins.branch.BranchSource>
<owner class="org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject" reference="../.."/> </data>
<scriptPath>Jenkinsfile</scriptPath> <owner class="org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject" reference="../.."/>
</factory> </sources>
<factory class="org.jenkinsci.plugins.workflow.multibranch.WorkflowBranchProjectFactory">
<owner class="org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject" reference="../.."/>
<scriptPath>jenkins/Jenkinsfile</scriptPath>
</factory>
</org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject> </org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject>
Loading…
Cancel
Save