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

support WorkflowJob aka Pipeline (Jenkinsfile) #14

Merged
merged 2 commits into from
Feb 10, 2017
Merged

support WorkflowJob aka Pipeline (Jenkinsfile) #14

merged 2 commits into from
Feb 10, 2017

Conversation

markhu
Copy link

@markhu markhu commented Feb 8, 2017

Ran this snippet in the Script Console to find out why my Pipeline jobs were showing blank in the Job Type column:

Jenkins.instance.items.findAll().each{ println it.name + " is " + it.getClass().getSimpleName() }

@fredg02 fredg02 merged commit 8aef86d into jenkinsci:master Feb 10, 2017
@fredg02
Copy link
Member

fredg02 commented Feb 10, 2017

Thanks for your pull request!

@markhu
Copy link
Author

markhu commented Feb 10, 2017

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

Successfully merging this pull request may close these issues.

2 participants