Created
February 8, 2020 12:11
-
-
Save MarkEWaite/9b6012d04eb3beb803cc524be7173d3e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version='1.1' encoding='UTF-8'?> | |
| <project> | |
| <actions/> | |
| <description><a href="https://issues.jenkins-ci.org/browse/JENKINS-60564">JENKINS-60564</a> requests optional rebase before push to remote</description> | |
| <keepDependencies>false</keepDependencies> | |
| <properties> | |
| <hudson.plugins.jira.JiraProjectProperty plugin="jira@3.0.11"> | |
| <siteName>https://issues.jenkins-ci.org/</siteName> | |
| </hudson.plugins.jira.JiraProjectProperty> | |
| <hudson.plugins.buildblocker.BuildBlockerProperty plugin="build-blocker-plugin@1.7.3"> | |
| <useBuildBlocker>false</useBuildBlocker> | |
| <blockLevel>GLOBAL</blockLevel> | |
| <scanQueueFor>DISABLED</scanQueueFor> | |
| <blockingJobs></blockingJobs> | |
| </hudson.plugins.buildblocker.BuildBlockerProperty> | |
| <jenkins.model.BuildDiscarderProperty> | |
| <strategy class="hudson.tasks.LogRotator"> | |
| <daysToKeep>-1</daysToKeep> | |
| <numToKeep>13</numToKeep> | |
| <artifactDaysToKeep>-1</artifactDaysToKeep> | |
| <artifactNumToKeep>-1</artifactNumToKeep> | |
| </strategy> | |
| </jenkins.model.BuildDiscarderProperty> | |
| <com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty plugin="gitlab-plugin@1.5.13"> | |
| <gitLabConnection></gitLabConnection> | |
| </com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty> | |
| <org.bstick12.jenkinsci.plugins.leastload.LeastLoadDisabledProperty plugin="leastload@2.0.1"> | |
| <leastLoadDisabled>false</leastLoadDisabled> | |
| </org.bstick12.jenkinsci.plugins.leastload.LeastLoadDisabledProperty> | |
| <com.sonyericsson.rebuild.RebuildSettings plugin="rebuild@1.31"> | |
| <autoRebuild>false</autoRebuild> | |
| <rebuildDisabled>false</rebuildDisabled> | |
| </com.sonyericsson.rebuild.RebuildSettings> | |
| <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> | |
| </properties> | |
| <scm class="hudson.plugins.git.GitSCM" plugin="git@4.0.1-SNAPSHOT"> | |
| <configVersion>2</configVersion> | |
| <userRemoteConfigs> | |
| <hudson.plugins.git.UserRemoteConfig> | |
| <refspec>+refs/heads/JENKINS-60564:refs/remotes/origin/JENKINS-60564</refspec> | |
| <url>git@github.com:MarkEWaite/jenkins-bugs.git</url> | |
| <credentialsId>MarkEWaite-centos7x64-github-rsa-private-key</credentialsId> | |
| </hudson.plugins.git.UserRemoteConfig> | |
| </userRemoteConfigs> | |
| <branches> | |
| <hudson.plugins.git.BranchSpec> | |
| <name>JENKINS-60564</name> | |
| </hudson.plugins.git.BranchSpec> | |
| </branches> | |
| <doGenerateSubmoduleConfigurations>false</doGenerateSubmoduleConfigurations> | |
| <gitTool>Default</gitTool> | |
| <submoduleCfg class="list"/> | |
| <extensions> | |
| <hudson.plugins.git.extensions.impl.CloneOption> | |
| <shallow>false</shallow> | |
| <noTags>true</noTags> | |
| <reference>/var/lib/git/mwaite/bugs/jenkins-bugs.git</reference> | |
| <honorRefspec>true</honorRefspec> | |
| </hudson.plugins.git.extensions.impl.CloneOption> | |
| <hudson.plugins.git.extensions.impl.LocalBranch> | |
| <localBranch>JENKINS-60564</localBranch> | |
| </hudson.plugins.git.extensions.impl.LocalBranch> | |
| <hudson.plugins.git.extensions.impl.MessageExclusion> | |
| <excludedMessage>.*Rebase.*</excludedMessage> | |
| </hudson.plugins.git.extensions.impl.MessageExclusion> | |
| <hudson.plugins.git.extensions.impl.CleanBeforeCheckout> | |
| <deleteUntrackedNestedRepositories>false</deleteUntrackedNestedRepositories> | |
| </hudson.plugins.git.extensions.impl.CleanBeforeCheckout> | |
| <hudson.plugins.git.extensions.impl.DisableRemotePoll/> | |
| <hudson.plugins.git.extensions.impl.UserExclusion> | |
| <excludedUsers>Jenkins Docker User</excludedUsers> | |
| </hudson.plugins.git.extensions.impl.UserExclusion> | |
| </extensions> | |
| </scm> | |
| <quietPeriod>0</quietPeriod> | |
| <assignedNode>git-2.7+ && !windows</assignedNode> | |
| <canRoam>false</canRoam> | |
| <disabled>false</disabled> | |
| <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding> | |
| <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding> | |
| <jdk>jdk8</jdk> | |
| <triggers> | |
| <hudson.triggers.SCMTrigger> | |
| <spec></spec> | |
| <ignorePostCommitHooks>false</ignorePostCommitHooks> | |
| </hudson.triggers.SCMTrigger> | |
| </triggers> | |
| <concurrentBuild>false</concurrentBuild> | |
| <builders> | |
| <hudson.tasks.Ant plugin="ant@1.10"> | |
| <targets>info</targets> | |
| <antName>ant-latest</antName> | |
| </hudson.tasks.Ant> | |
| </builders> | |
| <publishers> | |
| <hudson.plugins.textfinder.TextFinderPublisher plugin="text-finder@1.12"> | |
| <regexp>exec.*refs/heads/JENKINS-60564</regexp> | |
| <succeedIfFound>true</succeedIfFound> | |
| <unstableIfFound>false</unstableIfFound> | |
| <notBuiltIfFound>false</notBuiltIfFound> | |
| <alsoCheckConsoleOutput>true</alsoCheckConsoleOutput> | |
| </hudson.plugins.textfinder.TextFinderPublisher> | |
| <hudson.plugins.git.GitPublisher plugin="git@4.0.1-SNAPSHOT"> | |
| <configVersion>2</configVersion> | |
| <pushMerge>false</pushMerge> | |
| <pushOnlyIfSuccess>true</pushOnlyIfSuccess> | |
| <forcePush>false</forcePush> | |
| <branchesToPush> | |
| <hudson.plugins.git.GitPublisher_-BranchToPush> | |
| <targetRepoName>origin</targetRepoName> | |
| <branchName>JENKINS-60564</branchName> | |
| <rebaseBeforePush>true</rebaseBeforePush> | |
| </hudson.plugins.git.GitPublisher_-BranchToPush> | |
| </branchesToPush> | |
| </hudson.plugins.git.GitPublisher> | |
| </publishers> | |
| <buildWrappers> | |
| <org.jenkinsci.plugins.credentialsbinding.impl.SecretBuildWrapper plugin="credentials-binding@1.20"> | |
| <bindings> | |
| <org.jenkinsci.plugins.credentialsbinding.impl.SSHUserPrivateKeyBinding> | |
| <credentialsId>MarkEWaite-centos7x64-github-rsa-private-key</credentialsId> | |
| <keyFileVariable>GIT_SSH_PRIVATE_KEY_FILE</keyFileVariable> | |
| <usernameVariable>GIT_SSH_USERNAME</usernameVariable> | |
| <passphraseVariable>GIT_SSH_PRIVATE_KEY_PASSPHRASE</passphraseVariable> | |
| </org.jenkinsci.plugins.credentialsbinding.impl.SSHUserPrivateKeyBinding> | |
| </bindings> | |
| </org.jenkinsci.plugins.credentialsbinding.impl.SecretBuildWrapper> | |
| </buildWrappers> | |
| </project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment