Bug 1410680
| Summary: | Duration is not shown correctly for Pipeline BC which has multiple stage | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Yadan Pei <yapei> | ||||||
| Component: | Management Console | Assignee: | Jessica Forrester <jforrest> | ||||||
| Status: | CLOSED WORKSFORME | QA Contact: | Yadan Pei <yapei> | ||||||
| Severity: | low | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 3.4.0 | CC: | aos-bugs, jokerman, mmccomas | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2017-01-06 05:35:42 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: | |||||||||
| Attachments: |
|
||||||||
|
Description
Yadan Pei
2017-01-06 05:22:10 UTC
Created attachment 1237859 [details]
StageNotStartedSequencially
Created attachment 1237861 [details]
WrongDuration
Tried again with correct stage definition(Since I got this error from jenkins log <Using the ‘stage’ step without a block argument is deprecated>)
....
stage('build is the greatest stage') {}
stage('stage another'){}
stage('build') {
openshiftBuild(buildConfig: 'nodejs-mongodb-example', showBuildLogs: 'true')
}
stage('deploy') {
openshiftDeploy(deploymentConfig: 'nodejs-mongodb-example')]]
.....
This time stages are started sequentially and shown with correct duration
Closing this, sorry for the inconvenience
|