Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-5804

Promotion Status doesn't appear in matrix jobs

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • promoted-builds-plugin
    • None
    • hudson v1.347
      promoted builds v1.6

      No "Promotion Status" appears in my matrix builds, so I can not click on Execute Promotion. It does appear on another job which is not a matrix job.

      from matrix job's config.xml:

          <hudson.plugins.promoted__builds.JobPropertyImpl>
            <activeProcessNames>
              <string>Release</string>
            </activeProcessNames>
          </hudson.plugins.promoted__builds.JobPropertyImpl>
      

      from matrix jobs's promotions/Release/config.xml

      <hudson.plugins.promoted__builds.PromotionProcess>
        <actions/>
        <keepDependencies>false</keepDependencies>
        <properties/>
        <scm class="hudson.scm.NullSCM"/>
        <canRoam>true</canRoam>
        <disabled>false</disabled>
        <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
        <triggers class="vector"/>
        <concurrentBuild>false</concurrentBuild>
        <conditions>
          <hudson.plugins.promoted__builds.conditions.ManualCondition/>
        </conditions>
        <buildSteps>
          <hudson.tasks.Shell>
            <command>rm -fr hudson-promotion
      mkdir -p hudson-promotion
      cd hudson-promotion
      wget --no-parent --recursive --level 2 -erobots=off --accept tgz ${PROMOTED_URL}artifact</command>
          </hudson.tasks.Shell>
          <be.certipost.hudson.plugin.SCPRepositoryPublisher>
            <siteName>galvatron</siteName>
            <entries>
              <be.certipost.hudson.plugin.Entry>
                <filePath></filePath>
                <sourceFile>**/target*.tgz</sourceFile>
              </be.certipost.hudson.plugin.Entry>
            </entries>
          </be.certipost.hudson.plugin.SCPRepositoryPublisher>
        </buildSteps>
      </hudson.plugins.promoted__builds.PromotionProcess>
      
      

          [JENKINS-5804] Promotion Status doesn't appear in matrix jobs

          jlongman created issue -
          jlongman made changes -
          Description Original: No "Promotion Status" appears in my matrix builds, so I can not click on Execute Promotion. It does appear on another job which is not a matrix job. New: No "Promotion Status" appears in my matrix builds, so I can not click on Execute Promotion. It does appear on another job which is not a matrix job.

          from matrix job's {{config.xml}}:
          {noformat}
              <hudson.plugins.promoted__builds.JobPropertyImpl>
                <activeProcessNames>
                  <string>Release</string>
                </activeProcessNames>
              </hudson.plugins.promoted__builds.JobPropertyImpl>
          {noformat}

          from matrix jobs's promotions/Release/config.xml
          {noformat}
          <hudson.plugins.promoted__builds.PromotionProcess>
            <actions/>
            <keepDependencies>false</keepDependencies>
            <properties/>
            <scm class="hudson.scm.NullSCM"/>
            <canRoam>true</canRoam>
            <disabled>false</disabled>
            <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
            <triggers class="vector"/>
            <concurrentBuild>false</concurrentBuild>
            <conditions>
              <hudson.plugins.promoted__builds.conditions.ManualCondition/>
            </conditions>
            <buildSteps>
              <hudson.tasks.Shell>
                <command>rm -fr hudson-promotion
          mkdir -p hudson-promotion
          cd hudson-promotion
          wget --no-parent --recursive --level 2 -erobots=off --accept tgz ${PROMOTED_URL}artifact</command>
              </hudson.tasks.Shell>
              <be.certipost.hudson.plugin.SCPRepositoryPublisher>
                <siteName>galvatron</siteName>
                <entries>
                  <be.certipost.hudson.plugin.Entry>
                    <filePath></filePath>
                    <sourceFile>**/target*.tgz</sourceFile>
                  </be.certipost.hudson.plugin.Entry>
                </entries>
              </be.certipost.hudson.plugin.SCPRepositoryPublisher>
            </buildSteps>
          </hudson.plugins.promoted__builds.PromotionProcess>

          {noformat}
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 135896 ] New: JNJira + In-Review [ 174410 ]

            Unassigned Unassigned
            jlongman jlongman
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: