diff --git a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Lms/lms-service/config.xml b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Lms/lms-service/config.xml deleted file mode 100644 index 98efefa753dea91f59a7d5559b2a76969190a87c..0000000000000000000000000000000000000000 --- a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Lms/lms-service/config.xml +++ /dev/null @@ -1,85 +0,0 @@ -<?xml version='1.1' encoding='UTF-8'?> -<flow-definition plugin="workflow-job@2.32"> - <actions> - <org.jenkinsci.plugins.workflow.multibranch.JobPropertyTrackerAction plugin="workflow-multibranch@2.21"> - <jobPropertyDescriptors> - <string>hudson.model.ParametersDefinitionProperty</string> - <string>com.sonyericsson.rebuild.RebuildSettings</string> - </jobPropertyDescriptors> - </org.jenkinsci.plugins.workflow.multibranch.JobPropertyTrackerAction> - </actions> - <description></description> - <keepDependencies>false</keepDependencies> - <properties> - <jenkins.model.BuildDiscarderProperty> - <strategy class="hudson.tasks.LogRotator"> - <daysToKeep>-1</daysToKeep> - <numToKeep>-1</numToKeep> - <artifactDaysToKeep>-1</artifactDaysToKeep> - <artifactNumToKeep>10</artifactNumToKeep> - </strategy> - </jenkins.model.BuildDiscarderProperty> - <org.jenkinsci.plugins.workflow.job.properties.DisableConcurrentBuildsJobProperty/> - <com.sonyericsson.rebuild.RebuildSettings plugin="rebuild@1.30"> - <autoRebuild>false</autoRebuild> - <rebuildDisabled>false</rebuildDisabled> - </com.sonyericsson.rebuild.RebuildSettings> - <hudson.model.ParametersDefinitionProperty> - <parameterDefinitions> - <hudson.model.StringParameterDefinition> - <name>github_release_tag</name> - <description><font color=red size=2><b>CAUTION: If the value is blank, latest code will be built. Specify github tag name to build from a tag.</b></font></description> - <defaultValue></defaultValue> - <trim>false</trim> - </hudson.model.StringParameterDefinition> - </parameterDefinitions> - </hudson.model.ParametersDefinitionProperty> - <hudson.plugins.throttleconcurrents.ThrottleJobProperty plugin="throttle-concurrents@2.0.1"> - <maxConcurrentPerNode>0</maxConcurrentPerNode> - <maxConcurrentTotal>0</maxConcurrentTotal> - <categories class="java.util.concurrent.CopyOnWriteArrayList"/> - <throttleEnabled>false</throttleEnabled> - <throttleOption>project</throttleOption> - <limitOneJobWithMatchingParams>false</limitOneJobWithMatchingParams> - <paramsToUseForLimit></paramsToUseForLimit> - </hudson.plugins.throttleconcurrents.ThrottleJobProperty> - <org.jenkinsci.plugins.workflow.job.properties.PipelineTriggersJobProperty> - <triggers> - <hudson.triggers.SCMTrigger> - <spec>H/15 * * * *</spec> - <ignorePostCommitHooks>false</ignorePostCommitHooks> - </hudson.triggers.SCMTrigger> - </triggers> - </org.jenkinsci.plugins.workflow.job.properties.PipelineTriggersJobProperty> - </properties> - <definition class="org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition" plugin="workflow-cps@2.67"> - <scm class="hudson.plugins.git.GitSCM" plugin="git@3.9.3"> - <configVersion>2</configVersion> - <userRemoteConfigs> - <hudson.plugins.git.UserRemoteConfig> - <url>https://github.com/project-sunbird/sunbird-lms-service.git</url> - </hudson.plugins.git.UserRemoteConfig> - </userRemoteConfigs> - <branches> - <hudson.plugins.git.BranchSpec> - <name>${github_release_tag}</name> - </hudson.plugins.git.BranchSpec> - </branches> - <doGenerateSubmoduleConfigurations>false</doGenerateSubmoduleConfigurations> - <submoduleCfg class="list"/> - <extensions> - <hudson.plugins.git.extensions.impl.CloneOption> - <shallow>true</shallow> - <noTags>false</noTags> - <reference></reference> - <depth>0</depth> - <honorRefspec>false</honorRefspec> - </hudson.plugins.git.extensions.impl.CloneOption> - </extensions> - </scm> - <scriptPath>Jenkinsfile</scriptPath> - <lightweight>false</lightweight> - </definition> - <triggers/> - <disabled>false</disabled> -</flow-definition> \ No newline at end of file