Skip to content

Commit

Permalink
Linkify Jira component remove Jenkinsfile note (#3797)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Brandes <mc.cache@web.de>
  • Loading branch information
NotMyFault committed Mar 3, 2024
1 parent a026661 commit cde005e
Showing 1 changed file with 3 additions and 6 deletions.
Expand Up @@ -118,8 +118,8 @@ private void run(int issueID) {

String issueTrackerText;
if (issueTrackerChoice == IssueTracker.JIRA) {
issueTrackerText = "\n\nA Jira component named " + forkTo + " has also been created with "
+ defaultAssignee + " as the default assignee for issues.";
issueTrackerText = "\n\nA Jira component named [" + forkTo + "](https://issues.jenkins.io/issues/?jql=project+%3D+JENKINS+AND+component+%3D+ " + forkTo + ")" +
"has also been created with " + defaultAssignee + " as the default assignee for issues.";
} else {
issueTrackerText = "\n\nGitHub issues has been selected for issue tracking and was enabled for the forked repo.";
}
Expand All @@ -136,10 +136,7 @@ private void run(int issueID) {
+ "You will also need to do the following in order to push changes and release your plugin: \n\n"
+ "* [Accept the invitation to the Jenkins CI Org on Github](https://github.com/jenkinsci)\n"
+ "* [" + repoPermissionsActionText + "](https://github.com/jenkins-infra/repository-permissions-updater/#requesting-permissions)\n"
+ "* [Releasing your plugin](https://jenkins.io/doc/developer/publishing/releasing/)\n"
+ "\n\nIn order for your plugin to be built by the [Jenkins CI Infrastructure](https://ci.jenkins.io) and check pull requests,"
+ " please add a [Jenkinsfile](https://jenkins.io/doc/book/pipeline/jenkinsfile/) to the root of your repository with the following content:\n"
+ "https://github.com/jenkinsci/archetypes/blob/master/common-files/Jenkinsfile\n"
+ "* [Releasing your plugin](https://jenkins.io/doc/developer/publishing/releasing/)"
+ "\n\nWelcome aboard!";

// add comment
Expand Down

0 comments on commit cde005e

Please sign in to comment.