Skip to content

Commit

Permalink
[JENKINS-41502] Bump display-url version (#12)
Browse files Browse the repository at this point in the history
* [JENKINS-41502] Bump display-url-version
  • Loading branch information
imeredith committed Dec 4, 2017
1 parent 4a94af2 commit 42785e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -82,7 +82,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>display-url-api</artifactId>
<version>2.0</version>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
Expand Down
Expand Up @@ -48,6 +48,11 @@ public String getDisplayName() {
return "Blue Ocean";
}

@Override
public String getName() {
return "blueocean";
}

@Override
public String getRoot() {
Jenkins jenkins = Jenkins.getInstance();
Expand Down

0 comments on commit 42785e4

Please sign in to comment.