Advertisement
Guest User

Untitled

a guest
Jun 18th, 2021
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.75 KB | None | 0 0
  1. <?xml version="1.1" encoding="UTF-8" standalone="no"?><project>
  2.   <actions/>
  3.   <description/>
  4.   <keepDependencies>false</keepDependencies>
  5.   <properties>
  6.     <hudson.plugins.jira.JiraProjectProperty plugin="jira@3.3"/>
  7.     <com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty plugin="gitlab-plugin@1.5.20">
  8.       <gitLabConnection>gitlab.rlisystems.ru</gitLabConnection>
  9.       <jobCredentialId/>
  10.       <useAlternativeCredential>false</useAlternativeCredential>
  11.     </com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
  12.     <org.jenkinsci.plugins.sharedworkspace.SharedWorkspace plugin="shared-workspace@1.0.2">
  13.       <name>NONE</name>
  14.     </org.jenkinsci.plugins.sharedworkspace.SharedWorkspace>
  15.     <hudson.plugins.throttleconcurrents.ThrottleJobProperty plugin="throttle-concurrents@2.3">
  16.       <maxConcurrentPerNode>0</maxConcurrentPerNode>
  17.       <maxConcurrentTotal>0</maxConcurrentTotal>
  18.       <categories class="java.util.concurrent.CopyOnWriteArrayList"/>
  19.       <throttleEnabled>false</throttleEnabled>
  20.       <throttleOption>project</throttleOption>
  21.       <limitOneJobWithMatchingParams>false</limitOneJobWithMatchingParams>
  22.       <paramsToUseForLimit/>
  23.     </hudson.plugins.throttleconcurrents.ThrottleJobProperty>
  24.    
  25.   </properties>
  26.   <scm class="hudson.plugins.git.GitSCM" plugin="git@4.7.2">
  27.     <configVersion>2</configVersion>
  28.     <userRemoteConfigs>
  29.       <hudson.plugins.git.UserRemoteConfig>
  30.         <url>https://gitlab.com/anatoly.shirokov/jenkins-git-plugin-problem.git</url>
  31.       </hudson.plugins.git.UserRemoteConfig>
  32.     </userRemoteConfigs>
  33.     <branches>
  34.       <hudson.plugins.git.BranchSpec>
  35.         <name>*/main</name>
  36.       </hudson.plugins.git.BranchSpec>
  37.     </branches>
  38.     <doGenerateSubmoduleConfigurations>false</doGenerateSubmoduleConfigurations>
  39.     <submoduleCfg class="empty-list"/>
  40.     <extensions>
  41.       <hudson.plugins.git.extensions.impl.PathRestriction>
  42.         <includedRegions>^triggereddir/.*</includedRegions>
  43.         <excludedRegions/>
  44.       </hudson.plugins.git.extensions.impl.PathRestriction>
  45.     </extensions>
  46.   </scm>
  47.   <canRoam>true</canRoam>
  48.   <disabled>false</disabled>
  49.   <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
  50.   <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
  51.   <jdk>(System)</jdk>
  52.   <triggers>
  53.     <hudson.triggers.SCMTrigger>
  54.       <spec>* * * * *</spec>
  55.       <ignorePostCommitHooks>false</ignorePostCommitHooks>
  56.     </hudson.triggers.SCMTrigger>
  57.   </triggers>
  58.   <concurrentBuild>false</concurrentBuild>
  59.   <builders>
  60.     <hudson.tasks.BatchFile>
  61.       <command>echo triggered</command>
  62.       <configuredLocalRules/>
  63.     </hudson.tasks.BatchFile>
  64.   </builders>
  65.   <publishers/>
  66.   <buildWrappers/>
  67. </project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement