Skip to content

Commit

Permalink
Return to original plugin groupId
Browse files Browse the repository at this point in the history
The plugin groupId was changed in the pom file after the release of 1.10.
That change caused the release of 1.11 and 1.12 to fail.  The last
release available from the Jenkins update center is 1.10.

There have been significant changes in the master branch of the plugin
since the release of 1.10.  Rather than risk breaking compatibility for
existing users of the 1.10 release, I've removed the incorrect change of
groupId and accepted that this plugin cannot be released without testing
those changes.

I'm not a user of the plugin.  I'm not willing to perform that testing.
If someone else wants to adopt the plugin, perform the additional testing,
and release a new version, this change is a necessary but not sufficient
step towards that release.

Compare the current code to the 1.10 tag for the details of the changes
made since the 1.10 release.

https://issues.jenkins.io/browse/JENKINS-70301 describes the
relationship between this plugin and the WMI Windows Agents plugin.
Users that want to remove the WMI Windows Agents plugin will
also need to remove this plugin or they will need to wait until
jenkinsci/jenkins#7568 is available in Jenkins
core 2.386 or newer.
  • Loading branch information
MarkEWaite committed Jan 8, 2023
1 parent 34a3324 commit 632e7e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<relativePath />
</parent>

<groupId>io.jenkins.plugins</groupId>
<artifactId>slave-setup</artifactId>
<packaging>hpi</packaging>
<name>Agent Setup</name>
Expand Down

0 comments on commit 632e7e8

Please sign in to comment.