Created
April 13, 2016 00:37
-
-
Save kevindashgit/20890ccedde379e2160d450564043bf6 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.0' encoding='UTF-8'?> | |
<project> | |
<actions/> | |
<description></description> | |
<logRotator class="hudson.tasks.LogRotator"> | |
<daysToKeep>-1</daysToKeep> | |
<numToKeep>5</numToKeep> | |
<artifactDaysToKeep>-1</artifactDaysToKeep> | |
<artifactNumToKeep>-1</artifactNumToKeep> | |
</logRotator> | |
<keepDependencies>false</keepDependencies> | |
<properties> | |
<jenkins.plugins.slack.SlackNotifier_-SlackJobProperty plugin="[email protected]"> | |
<teamDomain>zzz</teamDomain> | |
<token>zzz</token> | |
<room>#jenkins</room> | |
<startNotification>true</startNotification> | |
<notifySuccess>true</notifySuccess> | |
<notifyAborted>false</notifyAborted> | |
<notifyNotBuilt>false</notifyNotBuilt> | |
<notifyUnstable>false</notifyUnstable> | |
<notifyFailure>true</notifyFailure> | |
<notifyBackToNormal>false</notifyBackToNormal> | |
<notifyRepeatedFailure>false</notifyRepeatedFailure> | |
<includeTestSummary>false</includeTestSummary> | |
<showCommitList>false</showCommitList> | |
<includeCustomMessage>false</includeCustomMessage> | |
<customMessage></customMessage> | |
</jenkins.plugins.slack.SlackNotifier_-SlackJobProperty> | |
</properties> | |
<scm class="hudson.plugins.git.GitSCM" plugin="[email protected]"> | |
<configVersion>2</configVersion> | |
<userRemoteConfigs> | |
<hudson.plugins.git.UserRemoteConfig> | |
<name>origin</name> | |
<url>[email protected]:webui/bfxmlmodel.git</url> | |
<credentialsId>zzz</credentialsId> | |
</hudson.plugins.git.UserRemoteConfig> | |
</userRemoteConfigs> | |
<branches> | |
<hudson.plugins.git.BranchSpec> | |
<name>origin/test-branch</name> | |
</hudson.plugins.git.BranchSpec> | |
</branches> | |
<doGenerateSubmoduleConfigurations>false</doGenerateSubmoduleConfigurations> | |
<browser class="hudson.plugins.git.browser.GitLab"> | |
<url>gitlab.zzz.com</url> | |
<version>6.3</version> | |
</browser> | |
<submoduleCfg class="list"/> | |
<extensions/> | |
</scm> | |
<assignedNode>webui.linux</assignedNode> | |
<canRoam>false</canRoam> | |
<disabled>false</disabled> | |
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding> | |
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding> | |
<triggers> | |
<com.dabsquared.gitlabjenkins.GitLabPushTrigger plugin="[email protected]"> | |
<spec></spec> | |
<triggerOnPush>true</triggerOnPush> | |
<triggerOnMergeRequest>false</triggerOnMergeRequest> | |
<triggerOpenMergeRequestOnPush>never</triggerOpenMergeRequestOnPush> | |
<ciSkip>true</ciSkip> | |
<setBuildDescription>true</setBuildDescription> | |
<addNoteOnMergeRequest>true</addNoteOnMergeRequest> | |
<addCiMessage>true</addCiMessage> | |
<addVoteOnMergeRequest>false</addVoteOnMergeRequest> | |
<branchFilterName>NameBasedFilter</branchFilterName> | |
<includeBranchesSpec>test-branch, master, </includeBranchesSpec> | |
<excludeBranchesSpec></excludeBranchesSpec> | |
<targetBranchRegex>test-branch</targetBranchRegex> | |
<acceptMergeRequestOnSuccess>false</acceptMergeRequestOnSuccess> | |
</com.dabsquared.gitlabjenkins.GitLabPushTrigger> | |
</triggers> | |
<concurrentBuild>false</concurrentBuild> | |
<builders> | |
<hudson.tasks.Shell> | |
<command>#!/bin/bash | |
echo "-- Show Environment --" | |
echo $(printf '=%.0s' {1..150}) | |
set | |
echo $(printf '=%.0s' {1..150}) | |
echo "-- Done --" | |
# end</command> | |
</hudson.tasks.Shell> | |
<hudson.tasks.Ant plugin="[email protected]"> | |
<targets>build</targets> | |
<antName>ant194</antName> | |
<buildFile>C:\Jenkins\workspace\model-bfxmlmodel\build\build.xml</buildFile> | |
</hudson.tasks.Ant> | |
<org.jenkinsci.plugins.conditionalbuildstep.singlestep.SingleConditionalBuilder plugin="[email protected]"> | |
<condition class="org.jenkins_ci.plugins.run_condition.core.StatusCondition" plugin="[email protected]"> | |
<worstResult> | |
<name>SUCCESS</name> | |
<ordinal>0</ordinal> | |
<color>BLUE</color> | |
<completeBuild>true</completeBuild> | |
</worstResult> | |
<bestResult> | |
<name>SUCCESS</name> | |
<ordinal>0</ordinal> | |
<color>BLUE</color> | |
<completeBuild>true</completeBuild> | |
</bestResult> | |
</condition> | |
<buildStep class="hudson.tasks.BatchFile"> | |
<command>grunt publish</command> | |
</buildStep> | |
<runner class="org.jenkins_ci.plugins.run_condition.BuildStepRunner$Fail" plugin="[email protected]"/> | |
</org.jenkinsci.plugins.conditionalbuildstep.singlestep.SingleConditionalBuilder> | |
</builders> | |
<publishers> | |
<ruby-proxy-object> | |
<ruby-object ruby-class="Jenkins::Tasks::PublisherProxy" pluginid="gitlab-hook"> | |
<pluginid pluginid="gitlab-hook" ruby-class="String">gitlab-hook</pluginid> | |
<object ruby-class="GitlabNotifier" pluginid="gitlab-hook"/> | |
</ruby-object> | |
</ruby-proxy-object> | |
<jenkins.plugins.slack.SlackNotifier plugin="[email protected]"> | |
<teamDomain>zzz</teamDomain> | |
<authToken>zzz</authToken> | |
<buildServerUrl>https://jenkins.zzz.com/</buildServerUrl> | |
<room></room> | |
</jenkins.plugins.slack.SlackNotifier> | |
</publishers> | |
<buildWrappers> | |
<hudson.plugins.ws__cleanup.PreBuildCleanup plugin="[email protected]"> | |
<deleteDirs>false</deleteDirs> | |
<cleanupParameter></cleanupParameter> | |
<externalDelete></externalDelete> | |
</hudson.plugins.ws__cleanup.PreBuildCleanup> | |
<hudson.plugins.ansicolor.AnsiColorBuildWrapper plugin="[email protected]"> | |
<colorMapName>xterm</colorMapName> | |
</hudson.plugins.ansicolor.AnsiColorBuildWrapper> | |
</buildWrappers> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment