Skip to content

Commit

Permalink
[JENKINS-21776] Fixed typo in JiraCreateIssueNotifier.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamini committed Apr 14, 2014
1 parent 9c9e780 commit dac6aad
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -390,7 +390,7 @@ private void currentBuildResultSuccess(AbstractBuild<?, ?> build, BuildListener
String buildNumber = environmentVariable.get("BUILD_NUMBER");

if (previousBuildResult == Result.FAILURE || previousBuildResult == Result.SUCCESS) {
String comment = "- Job is not falling but the issue is still open." + "\n" + "- Passed run : [" +
String comment = "- Job is not failing but the issue is still open." + "\n" + "- Passed run : [" +
buildNumber + "|" + buildURL + "]" + "\n" + "** [console log|" + buildURL.concat("console") + "]";
String issueId = getIssue(filename);

Expand Down

0 comments on commit dac6aad

Please sign in to comment.