]
Radim Hopp closed JBIDE-24242.
------------------------------
Verified in Devstudio 10.4.0.AM3-v20170421-0111-B478
New application wizard, properties: properly display docker pipeline
resource
-----------------------------------------------------------------------------
Key: JBIDE-24242
URL:
https://issues.jboss.org/browse/JBIDE-24242
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: openshift
Affects Versions: 4.4.4.AM2
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Labels: application_wizard, openshift_v3, pipeline_build
Fix For: 4.4.4.AM3, 4.5.0.AM1
Attachments: jenkins-pipeline-properties.png, pipeline-buildconfig-entry.png
steps:
# ASSERT: use a cdk which has the "jenkins-pipeline-example" template
# EXEC: launch the app wizard and in the list of available server templates select the
"jenkins-pipeline-example" template
# ASSERT: Details panel shows the details for this template and holds a button
"Defined Resources..."
# EXEC: hit the "Defined Resources..." button
# ASSERT: Details dialog pops up listing all the resources
# EXEC: click the 2nd build config "BuildConfig {sample-pipeline}"
!pipeline-buildconfig-entry.png!
Then inspect the children that are displayed. There should be (as documented here:
https://docs.openshift.org/latest/dev_guide/builds/build_strategies.html#...)
* jenkinsfile
* jenkinsfile path
* env vars
steps:
# ASSERT: have a jenkins pipeline in OpenShift.
# EXEC: select your project in the explorer and open up the properties view
# EXEC: in the properties view select the *Build Configs* tab and select the jenkins
pipeline
!jenkins-pipeline-properties.png!