• Icon: Task Task
    • Resolution: Fixed
    • Icon: Minor Minor
    • bom
    • None

      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>
      

          [JENKINS-58728] Skip rerunning tests on release

          Jesse Glick added a comment -

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

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

              Created:
              Updated:
              Resolved: