John Dyer commented on Bug JENKINS-21309

It's not just this job, its every job, and they are all created differently. Most are standard "free-style software project" and many are maven style. Here is the config.xml from one of them

<?xml version='1.0' encoding='UTF-8'?>
<maven2-moduleset plugin="[email protected]">
  <actions/>
  <description>Tropo intergrated gateway for TropoNG&lt;br/&gt;&lt;br/&gt;&#xd;
Owned by &lt;b&gt;Sean Guo&lt;/b&gt;</description>
  <logRotator class="hudson.tasks.LogRotator">
    <daysToKeep>-1</daysToKeep>
    <numToKeep>20</numToKeep>
    <artifactDaysToKeep>-1</artifactDaysToKeep>
    <artifactNumToKeep>-1</artifactNumToKeep>
  </logRotator>
  <keepDependencies>false</keepDependencies>
  <properties>
    <hudson.security.AuthorizationMatrixProperty>
      <permission>hudson.model.Item.Configure:sguo</permission>
      <permission>hudson.model.Item.Configure:automation</permission>
      <permission>hudson.model.Item.Discover:sguo</permission>
      <permission>hudson.model.Run.Update:sguo</permission>
      <permission>hudson.model.Item.Build:sguo</permission>
      <permission>hudson.model.Item.Build:automation</permission>
      <permission>hudson.model.Item.Read:sguo</permission>
      <permission>hudson.model.Item.Read:automation</permission>
      <permission>hudson.scm.SCM.Tag:sguo</permission>
      <permission>hudson.model.Run.Delete:sguo</permission>
      <permission>hudson.model.Item.Delete:sguo</permission>
      <permission>hudson.model.Item.Cancel:sguo</permission>
      <permission>hudson.model.Item.Workspace:sguo</permission>
      <permission>hudson.model.Item.Workspace:automation</permission>
    </hudson.security.AuthorizationMatrixProperty>
    <jenkins.plugins.hipchat.HipChatNotifier_-HipChatJobProperty plugin="[email protected]">
      <room></room>
      <startNotification>false</startNotification>
    </jenkins.plugins.hipchat.HipChatNotifier_-HipChatJobProperty>
    <com.tikal.hudson.plugins.notification.HudsonNotificationProperty plugin="[email protected]">
      <endpoints>
        <com.tikal.hudson.plugins.notification.Endpoint>
          <protocol>HTTP</protocol>
          <format>JSON</format>
          <url>xxxxxx</url>
        </com.tikal.hudson.plugins.notification.Endpoint>
      </endpoints>
    </com.tikal.hudson.plugins.notification.HudsonNotificationProperty>
    <hudson.plugins.throttleconcurrents.ThrottleJobProperty plugin="[email protected]">
      <maxConcurrentPerNode>1</maxConcurrentPerNode>
      <maxConcurrentTotal>1</maxConcurrentTotal>
      <throttleEnabled>true</throttleEnabled>
      <throttleOption>project</throttleOption>
    </hudson.plugins.throttleconcurrents.ThrottleJobProperty>
    <hudson.plugins.disk__usage.DiskUsageProperty plugin="[email protected]"/>
  </properties>
  <scm class="hudson.plugins.git.GitSCM" plugin="[email protected]">
    <configVersion>2</configVersion>
    <userRemoteConfigs>
      <hudson.plugins.git.UserRemoteConfig>
        <url>[email protected]:xxxxxxxx/xxxxxxx.git</url>
      </hudson.plugins.git.UserRemoteConfig>
    </userRemoteConfigs>
    <branches>
      <hudson.plugins.git.BranchSpec>
        <name>master</name>
      </hudson.plugins.git.BranchSpec>
    </branches>
    <doGenerateSubmoduleConfigurations>false</doGenerateSubmoduleConfigurations>
    <submoduleCfg class="list"/>
    <extensions>
      <hudson.plugins.git.extensions.impl.PerBuildTag/>
    </extensions>
  </scm>
  <assignedNode>64medium.centos.berkshelf3</assignedNode>
  <canRoam>false</canRoam>
  <disabled>false</disabled>
  <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
  <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
  <jdk>(默认)</jdk>
  <authToken>xxxxxx-xxxxxx</authToken>
  <triggers/>
  <concurrentBuild>false</concurrentBuild>
  <rootModule>
    <groupId>com.xxxxx.xxxxx</groupId>
    <artifactId>xxxxx-gateway</artifactId>
  </rootModule>
  <goals>clean package</goals>
  <mavenName>Maven 3.1.1</mavenName>
  <aggregatorStyleBuild>true</aggregatorStyleBuild>
  <incrementalBuild>false</incrementalBuild>
  <ignoreUpstremChanges>false</ignoreUpstremChanges>
  <archivingDisabled>false</archivingDisabled>
  <siteArchivingDisabled>false</siteArchivingDisabled>
  <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>
    <hudson.maven.reporters.MavenMailer>
      <recipients>[email protected]</recipients>
      <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
      <sendToIndividuals>false</sendToIndividuals>
      <perModuleEmail>true</perModuleEmail>
    </hudson.maven.reporters.MavenMailer>
  </reporters>
  <publishers>
    <hudson.tasks.ArtifactArchiver>
      <artifacts>xxxxxxx-gateway-assemble/target/*.zip,xxxxxxx-gateway-assemble/target/*.tar.gz</artifacts>
      <latestOnly>false</latestOnly>
      <allowEmptyArchive>false</allowEmptyArchive>
    </hudson.tasks.ArtifactArchiver>
    <hudson.maven.RedeployPublisher>
      <id>maven.voxeolabs.net</id>
      <url>http://xxxxxxxxx:8081/nexus/content/repositories/snapshots/</url>
      <uniqueVersion>true</uniqueVersion>
      <evenIfUnstable>false</evenIfUnstable>
    </hudson.maven.RedeployPublisher>
    <jenkins.plugins.hipchat.HipChatNotifier plugin="[email protected]">
      <authToken>xxxxxxxxxxx</authToken>
      <room>xxxxxx</room>
    </jenkins.plugins.hipchat.HipChatNotifier>
  </publishers>
  <buildWrappers>
    <com.michelin.cio.hudson.plugins.maskpasswords.MaskPasswordsBuildWrapper/>
  </buildWrappers>
  <prebuilders/>
  <postbuilders>
    <hudson.tasks.Shell>
      <command>cd ./cookbook/xxxxxxx-gateway/
export KITCHEN_YAML=./.kitchen_jenkins.yml
kitchen test
knife cookbook upload xxxxxxx-gateway -o ../../cookbook</command>
    </hudson.tasks.Shell>
  </postbuilders>
  <runPostStepsIfResult>
    <name>SUCCESS</name>
    <ordinal>0</ordinal>
    <color>BLUE</color>
    <completeBuild>true</completeBuild>
  </runPostStepsIfResult>
</maven2-moduleset>
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" 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.

Reply via email to