actions = project.getActions(M2ReleaseAction.class);
+ if (actions != null && !actions.isEmpty()) {
+ return true;
+ }
+ }
+ return false;
+ }
+
}
diff --git a/src/main/resources/au/com/centrumsystems/hudson/plugin/buildpipeline/BuildPipelineView/bpp.jelly b/src/main/resources/au/com/centrumsystems/hudson/plugin/buildpipeline/BuildPipelineView/bpp.jelly
index 4806e19a..77e78016 100644
--- a/src/main/resources/au/com/centrumsystems/hudson/plugin/buildpipeline/BuildPipelineView/bpp.jelly
+++ b/src/main/resources/au/com/centrumsystems/hudson/plugin/buildpipeline/BuildPipelineView/bpp.jelly
@@ -240,6 +240,14 @@
Run
+
+
+
+

+
+
Release
+
+
diff --git a/src/main/webapp/css/main.css b/src/main/webapp/css/main.css
index 7dcd5c7e..1d326fc4 100644
--- a/src/main/webapp/css/main.css
+++ b/src/main/webapp/css/main.css
@@ -61,7 +61,7 @@
height: 48px;
margin-left: auto;
margin-right: auto;
- width: 340px;
+ width: 392px;
}
.icon-container {
diff --git a/src/main/webapp/js/build-pipeline.js b/src/main/webapp/js/build-pipeline.js
index dca5d729..34b27d04 100644
--- a/src/main/webapp/js/build-pipeline.js
+++ b/src/main/webapp/js/build-pipeline.js
@@ -102,7 +102,7 @@ BuildPipeline.prototype = {
type: 'iframe',
title: title,
titlePosition: 'outside',
- href: '/' + href,
+ href: href,
transitionIn : 'elastic',
transitionOut : 'elastic',
width: '90%',