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

Skip rerunning tests on release

    XMLWordPrintable

Details

    • Task
    • Status: Resolved (View Workflow)
    • Minor
    • Resolution: Fixed
    • bom
    • None

    Description

      Try adding to the parent:

        <profiles>
          <profile>
              <id>skip-tests-on-release</id>
              <activation>
                <property>
                  <name>performRelease</name>
                  <value>true</value>
                </property>
              </activation>
              <properties>
                <skipTests>true</skipTests>
              </properties>
          </profile>
        </profiles>
      

      Attachments

        Activity

          jglick Jesse Glick added a comment - done in https://github.com/jenkinsci/bom/commit/c6e2febf115f12781ca49aa9c0aba733a32bb4c1

          People

            jglick Jesse Glick
            jglick Jesse Glick
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: