-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add workflow compatibility to environment-dashboard #20
Comments
Would like to see this too |
+1 for this feature, please! |
+1 again - I´m migrating to pipeline (deployment) scripts where this is very important, too. |
@toschder FYI I have a workaround for this. I have a parameterized job called 'update-environment-table' with 3 inputs (PROJECT, NUMBER, ENVIRON). Those variables are passed to the "Details for Environment dashboard" section like ${PROJECT} In my pipeline jobs, I have this function: stage ('dev') { def updateEnvTable(environ) { Hope that helps. |
@vipinsthename, Is this plugin maintained? |
Hey @tsutsarin-fuib sorry been busy with my full time work :) So haven't been able to give it as much attention as it deserves. Will look into the PR, will keep you all posted! |
@vipinsthename did you have a chance to look at the PR? :) |
@vipinsthename : would be really nice to be able to use your plugin with Jenkins pipelines, cp. the PR |
@vipinsthename : Any updates on pipeline support? #135 . |
+1 please merge. |
It would be useful to be able to publish deployments from workflow based jobs to the environment-dashboard.
This is dependent on workflow support for SimpleBuildWrapper - see https://issues.jenkins-ci.org/browse/JENKINS-24673
The text was updated successfully, but these errors were encountered: