Skip to content

Commit

Permalink
[JENKINS-73568] rewrite the tests using RealJenkinsRule so test doesn…
Browse files Browse the repository at this point in the history
…'t need to be skipped depending on Jenkins core version" (#1625)

* Use RealJenkinsRule

Signed-off-by: Olivier Lamy <olamy@apache.org>

* Rewrite tests using RealJenkinsRule

Signed-off-by: Olivier Lamy <olamy@apache.org>

* exclusion not needed

Signed-off-by: Olivier Lamy <olamy@apache.org>

* add comments about the exclusion

Signed-off-by: Olivier Lamy <olamy@apache.org>

---------

Signed-off-by: Olivier Lamy <olamy@apache.org>
  • Loading branch information
olamy committed Aug 5, 2024
1 parent 166e4ad commit f87418a
Show file tree
Hide file tree
Showing 3 changed files with 239 additions and 263 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,14 @@
<artifactId>git-tag-message</artifactId>
<version>1.7.1</version>
<scope>test</scope>
<exclusions>
<!-- this is introducing a dependency on an old version of git-plugin
and so a few of the usual suspects plugins eddsa, trilead which we don't really want -->
<exclusion>
<groupId>${project.groupId}</groupId>
<artifactId>${project.artifactId}</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
Expand Down
Loading

0 comments on commit f87418a

Please sign in to comment.