-
Bug
-
Resolution: Unresolved
-
Critical
-
None
If a user is starting a build (e.g. a maven release build with command line parameters including SVN credentials) and this build is aborted by the server, we have identified an issue with the subsequent build.
Builds which are aborted by the server are repeated within the following build (even if a different user has started a different build type). We had the issue that another user wanted to start a SNAPSHOT build by clicking on the "Build Now" link, but a "Maven release build" was started instead. This release build was triggered by the current user, but contained the command line parameters of the previously aborted release build.
If a build is aborted by the server, it must be ensured that subsequent builds are not started with optional or user defined parameters.
Seems to be caused by the M2 Release plugin doing weird things.