Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #40 from Tamini/master
[JENKINS-21776] Fixed typo in JiraCreateIssueNotifier.
  • Loading branch information
artkoshelev committed Apr 14, 2014
2 parents 9c9e780 + dac6aad commit eaa8760
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 eaa8760

Please sign in to comment.