jenkinsci / gitlab-plugin

A Jenkins plugin for interfacing with GitLab
https://plugins.jenkins.io/gitlab-plugin/
GNU General Public License v2.0
1.43k stars 613 forks source link

Add skipTests as true to maven-surefire-plugin previously overwritten #1485

Closed krisstern closed 1 year ago

krisstern commented 1 year ago

Tasks completed

  1. Add missing skipTests with a true value for maven-surefire-plugin in project pom.xml file as previously overwritten.
  2. Add tests setting in Jenkinsfile with value skip: true.