Bug 1481010
| Summary: | Jenkins server image, declarative pipeline fails due to missing plugin | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Noel OConnor <noconnor> |
| Component: | ImageStreams | Assignee: | Corey Daley <cdaley> |
| Status: | CLOSED ERRATA | QA Contact: | Dongbo Yan <dyan> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.6.0 | CC: | aos-bugs, bparees, jokerman, mmccomas |
| Target Milestone: | --- | ||
| Target Release: | 3.7.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Jenkins now installs all plugins via one rpm, and the missing plugin is now included.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-11-28 22:07:08 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Noel OConnor
2017-08-13 13:13:38 UTC
This pull request to the jenkins repo condenses all of the jenkins plugins that are required into one rpm that gets installed, including pipeline-model-definition.hpi, which should fix the issue described here. https://github.com/openshift/jenkins/pull/357 Test with brew-pulp.../openshift3/jenkins-2-rhel7 b2bc9541f0f7 pipeline-model-definition (1.1.4) plugin is installed. Could trigger pipeline job without error: 'a missing plugin "Pipeline: Model Definition"' but job fails to "No such DSL method 'updateGitlabCommitStatus' found among steps" I don't think it's related to this bug, so move to verified. Please change status back if I'm wrong Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2017:3188 |