[JIRA] (JENKINS-58728) Skip rerunning tests on release

3 views
Skip to first unread message

jglick@cloudbees.com (JIRA)

unread,
Jul 30, 2019, 8:23:02 AM7/30/19
to jenkinsc...@googlegroups.com
Jesse Glick created an issue
 
Jenkins / Task JENKINS-58728
Skip rerunning tests on release
Issue Type: Task Task
Assignee: Jesse Glick
Components: bom
Created: 2019-07-30 12:22
Priority: Minor Minor
Reporter: Jesse Glick

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>
Add Comment Add Comment
 
This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)

jglick@cloudbees.com (JIRA)

unread,
Jul 31, 2019, 4:16:02 PM7/31/19
to jenkinsc...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages