Skip to content
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

Open
harniman opened this issue Feb 26, 2015 · 10 comments
Open

Add workflow compatibility to environment-dashboard #20

harniman opened this issue Feb 26, 2015 · 10 comments

Comments

@harniman
Copy link

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

jglick added a commit to jenkinsci/pipeline-plugin that referenced this issue Feb 27, 2015
@neilhunt1
Copy link

Would like to see this too

@SausagePie
Copy link

+1 for this feature, please!

@toschder
Copy link

+1 again - I´m migrating to pipeline (deployment) scripts where this is very important, too.

@SausagePie
Copy link

@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') {
... deploy ...
updateEnvTable('dev');
}
stage ('test') {
... deploy ...
updateEnvTable('test');
}

def updateEnvTable(environ) {
build job: 'update-environment-table', parameters: [
string(name: 'PROJECT', value: env.JOB_NAME),
string(name: 'NUMBER', value: env.BUILD_NUMBER),
string(name: 'ENVIRON', value: environ)], wait: false
}

Hope that helps.

@tsutsarin-fuib
Copy link

@vipinsthename, Is this plugin maintained?
Will be there Jenkins Pipeline support?
I see some PR coming to add this feature: #135

@vipinsthename
Copy link
Collaborator

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!

@StyleT
Copy link

StyleT commented Aug 11, 2017

@vipinsthename did you have a chance to look at the PR? :)

@helmut-hoffer-von-ankershoffen

@vipinsthename : would be really nice to be able to use your plugin with Jenkins pipelines, cp. the PR

@sdilipmallya
Copy link

@vipinsthename : Any updates on pipeline support? #135 .
Awesome plugin by the way 👍

@empireij
Copy link

empireij commented Oct 8, 2018

+1 please merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants