Hello, we recently upgraded to Jenkins 1.576 we are using Stash to host the git repository. Jenkins build machine is Linux centos the build keeps running back to back and never stops (about 17000 builds completed ).
and this is one particular build only. the config is attached for your viewing. any help is very appreciated. Thank you very much in advance for your time. Regards, Rajesh -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
<maven2-moduleset plugin="[email protected]"> <actions/> <description>Builds a snapshot version of pl/entity-codegen:9.0.2-rchen-accessor-SNAPSHOT</description> <logRotator class="hudson.tasks.LogRotator"> <daysToKeep>-1</daysToKeep> <numToKeep>25</numToKeep> <artifactDaysToKeep>-1</artifactDaysToKeep> <artifactNumToKeep>-1</artifactNumToKeep> </logRotator> <keepDependencies>false</keepDependencies> <properties> <com.coravy.hudson.plugins.github.GithubProjectProperty plugin="[email protected]"> <projectUrl>https://stash.guidewire.com/scm/pl/entity-codegen/</projectUrl> </com.coravy.hudson.plugins.github.GithubProjectProperty> <jenkins.plugins.hipchat.HipChatNotifier_-HipChatJobProperty plugin="[email protected]"> <room></room> <startNotification>false</startNotification> <notifySuccess>false</notifySuccess> <notifyAborted>false</notifyAborted> <notifyNotBuilt>false</notifyNotBuilt> <notifyUnstable>false</notifyUnstable> <notifyFailure>false</notifyFailure> <notifyBackToNormal>false</notifyBackToNormal> </jenkins.plugins.hipchat.HipChatNotifier_-HipChatJobProperty> <hudson.queueSorter.PrioritySorterJobProperty plugin="[email protected]"> <priority>100</priority> </hudson.queueSorter.PrioritySorterJobProperty> <org.jvnet.hudson.plugins.shelveproject.ShelveProjectProperty plugin="[email protected]"/> </properties> <scm class="hudson.plugins.git.GitSCM" plugin="[email protected]"> <configVersion>2</configVersion> <userRemoteConfigs> <hudson.plugins.git.UserRemoteConfig> <url>ssh://[email protected]/pl/entity-codegen.git</url> </hudson.plugins.git.UserRemoteConfig> </userRemoteConfigs> <branches> <hudson.plugins.git.BranchSpec> <name>user/rchen/preventionAccessorOverriding</name> </hudson.plugins.git.BranchSpec> </branches> <doGenerateSubmoduleConfigurations>false</doGenerateSubmoduleConfigurations> <gitTool>git-1.9.0</gitTool> <browser class="hudson.plugins.git.browser.Stash"> <url>https://stash.guidewire.com/scm/pl/entity-codegen.git/</url> </browser> <submoduleCfg class="list"/> <extensions> <hudson.plugins.git.extensions.impl.PerBuildTag/> <hudson.plugins.git.extensions.impl.LocalBranch> <localBranch>user/rchen/preventionAccessorOverriding</localBranch> </hudson.plugins.git.extensions.impl.LocalBranch> </extensions> </scm> <canRoam>true</canRoam> <disabled>true</disabled> <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding> <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding> <jdk>JDK1.7.0_09</jdk> <triggers> <hudson.triggers.SCMTrigger> <spec>@midnight</spec> <ignorePostCommitHooks>false</ignorePostCommitHooks> </hudson.triggers.SCMTrigger> </triggers> <concurrentBuild>false</concurrentBuild> <rootModule> <groupId>com.guidewire.pl.entity</groupId> <artifactId>entity-codegen-parent</artifactId> </rootModule> <goals>-B clean deploy</goals> <mavenName>Maven 3.0.4</mavenName> <mavenOpts>-Xms1000m -Xmx2500m -XX:PermSize=256m</mavenOpts> <aggregatorStyleBuild>true</aggregatorStyleBuild> <incrementalBuild>false</incrementalBuild> <ignoreUpstremChanges>true</ignoreUpstremChanges> <archivingDisabled>false</archivingDisabled> <siteArchivingDisabled>false</siteArchivingDisabled> <fingerprintingDisabled>false</fingerprintingDisabled> <resolveDependencies>false</resolveDependencies> <processPlugins>false</processPlugins> <mavenValidationLevel>-1</mavenValidationLevel> <runHeadless>false</runHeadless> <settingConfigId></settingConfigId> <globalSettingConfigId></globalSettingConfigId> <disableTriggerDownstreamProjects>false</disableTriggerDownstreamProjects> <settings class="jenkins.mvn.DefaultSettingsProvider"/> <globalSettings class="jenkins.mvn.DefaultGlobalSettingsProvider"/> <reporters/> <publishers/> <buildWrappers/> <prebuilders/> <postbuilders/> <runPostStepsIfResult> <name>SUCCESS</name> <ordinal>0</ordinal> <color>BLUE</color> <completeBuild>true</completeBuild> </runPostStepsIfResult> </maven2-moduleset>
