Actions
Bug #20439
closedBug #20320: Split test and build tasks in Jenkins file
Do not skip tests in when publising maven or else we will miss tests jar that are needed to build plugins
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
Description
We dont publish test-jar anymore since we skip test on the webapp publish step
it ends with errors like this in plugins that needs this jar:
[ERROR] Failed to execute goal on project plugins-parent: Could not resolve dependencies for project com.normation.plugins:plugins-parent:pom:7.0.0~rc3-2.0.0: The following artifacts could not be resolved: com.normation.rudder:rudder-rest:jar:tests:7.0.0~rc3-SNAPSHOT, com.normation.rudder:rudder-web:jar:tests:7.0.0~rc3-SNAPSHOT: com.normation.rudder:rudder-rest:jar:tests:7.0.0~rc3-SNAPSHOT was not found in https://repository.rudder.io/maven/snapshots/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of rudder-snapshot has elapsed or updates are forced -> [Help 1]
Updated by Vincent MEMBRÉ almost 3 years ago
- Status changed from New to In progress
Updated by Vincent MEMBRÉ almost 3 years ago
- Assignee changed from Vincent MEMBRÉ to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder/pull/4056
Updated by Vincent MEMBRÉ almost 3 years ago
- Status changed from In progress to Pending release
Applied in changeset rudder|202e4f5cbffed645d22e03615250728ad2120583.
Updated by Alexis Mousset almost 3 years ago
- Fix check changed from To do to Checked
Updated by Vincent MEMBRÉ over 2 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.1.19, 6.2.13, 7.0.2 and 7.1.0~rc1 which were released today.
Actions