Skip to content

Commit

Permalink
Merge pull request #134 from gsmet/tip-release-platform
Browse files Browse the repository at this point in the history
Add a tip when ReleasePlatform fails
  • Loading branch information
gsmet authored Jul 17, 2024
2 parents 37b1182 + 8ebf47b commit 833d1a4
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,13 @@ public int run(Context context, Commands commands, GitHub quarkusBotGitHub, Rele
platformReleaseBranch
));
}

@Override
public String getErrorHelp(ReleaseInformation releaseInformation) {
return "Please check the workflow run logs but there is a good chance "
+ "that the issue was due to a problem with accessing `s01.oss.sonatype.org` "
+ "either when authenticating or when uploading the artifacts.\n"
+ "If so, please retry.\n\n"
+ "Status page for `s01.oss.sonatype.org`: https://status.maven.org/.";
}
}

0 comments on commit 833d1a4

Please sign in to comment.