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

Skip rerunning tests on release

XMLWordPrintable

    • 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>
      

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

              Created:
              Updated:
              Resolved: