[JIRA] (JENKINS-45047) Easy way to run integration tests in plugin repositories

4 views
Skip to first unread message

jglick@cloudbees.com (JIRA)

unread,
Mar 6, 2018, 11:38:01 AM3/6/18
to jenkinsc...@googlegroups.com
Jesse Glick updated an issue
 
Jenkins / New Feature JENKINS-45047
Easy way to run integration tests in plugin repositories
Change By: Jesse Glick
Labels: essentials
Add Comment Add Comment
 
This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)
Atlassian logo

batmat@batmat.net (JIRA)

unread,
Sep 28, 2018, 5:49:58 AM9/28/18
to jenkinsc...@googlegroups.com
Baptiste Mathus updated an issue
Change By: Baptiste Mathus
Labels: essentials evergreen
This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)

batmat@batmat.net (JIRA)

unread,
Sep 28, 2018, 6:01:24 AM9/28/18
to jenkinsc...@googlegroups.com

jglick@cloudbees.com (JIRA)

unread,
Jul 30, 2019, 10:28:02 AM7/30/19
to jenkinsc...@googlegroups.com
Jesse Glick commented on New Feature JENKINS-45047
 
Re: Easy way to run integration tests in plugin repositories

if we implement JENKINS-47498 some of this might be easier to handle

Currently the BOM uses POM properties to define versions only for plugins with tests JARs, but we can see that when this is done, the dependency tree of a plugin importing the BOM can be adjusted without touching pom.xml (just like we could already do with jenkins.version):

kubernetes-plugin$ mvn dependency:tree | fgrep scm-api; mvn -Dscm-api-plugin.version=2.6.2 dependency:tree | fgrep scm-api
[INFO] |  \- org.jenkins-ci.plugins:scm-api:jar:2.6.3:compile
[INFO] +- org.jenkins-ci.plugins:scm-api:jar:tests:2.6.3:test
[INFO] |  \- org.jenkins-ci.plugins:scm-api:jar:2.6.2:compile
[INFO] +- org.jenkins-ci.plugins:scm-api:jar:tests:2.6.2:test

jglick@cloudbees.com (JIRA)

unread,
Jul 30, 2019, 10:28:02 AM7/30/19
to jenkinsc...@googlegroups.com
Jesse Glick updated an issue
 
Change By: Jesse Glick
Component/s: bom
Component/s: maven-hpi-plugin
Component/s: plugin-compat-tester
Reply all
Reply to author
Forward
0 new messages