Skip to content

Commit

Permalink
Fixed JENKINS-25546
Browse files Browse the repository at this point in the history
  • Loading branch information
MadsNielsen committed Nov 27, 2014
1 parent 475dfea commit e110023
Show file tree
Hide file tree
Showing 15 changed files with 552 additions and 336 deletions.
43 changes: 0 additions & 43 deletions resources/HelloWorldBuilder - jelly example/config.jelly

This file was deleted.

29 changes: 0 additions & 29 deletions resources/HelloWorldBuilder - jelly example/global.jelly

This file was deleted.

6 changes: 0 additions & 6 deletions resources/HelloWorldBuilder - jelly example/help-name.html

This file was deleted.

This file was deleted.

This file was deleted.

182 changes: 0 additions & 182 deletions resources/HelloWorldBuilder.java

This file was deleted.

18 changes: 0 additions & 18 deletions resources/hg_change_group_hook.py

This file was deleted.

28 changes: 0 additions & 28 deletions resources/hg_change_group_hook_with_parameters.py

This file was deleted.

2 changes: 0 additions & 2 deletions resources/hgrc

This file was deleted.

Expand Up @@ -14,6 +14,7 @@
public class UnsupportedConfigurationException extends IOException {

public static final String ILLEGAL_CONFIG_NO_REPO_NAME_DEFINED = String.format("You have multiple git repositories defined, but none of them matches your pretested integration repostiory. If using more than 1 repository, remotes must be explicitly named in the Git configuration");
public static final String AMBIGUIUTY_IN_REMOTE_NAMES = "Ambiguity detected in remote names. Please correct your git scm configuration";

public UnsupportedConfigurationException(String message) {
super(message);
Expand Down

0 comments on commit e110023

Please sign in to comment.