Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1539574

Summary: Create jenkins apps failed with latest (v3.6)version
Product: OpenShift Container Platform Reporter: wewang <wewang>
Component: ImageStreamsAssignee: Gabe Montero <gmontero>
Status: CLOSED CURRENTRELEASE QA Contact: wewang <wewang>
Severity: high Docs Contact:
Priority: high    
Version: 3.6.1CC: aos-bugs, erich, jokerman, mmccomas, rbost
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: 2019-07-17 14:03:11 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 wewang 2018-01-29 08:50:55 UTC
Version-Release number of selected component (if applicable):
brew-pulp....jenkins   9dd75fd94cde
How reproducible:
always

Description of problem:
Create jenkins apps failed with latest (v3.6)version 


Steps to Reproduce:
1.Create a project
2.Create jenkins with v3.6(latest) version
$oc new-app -f jenkins-ephemeral
3. Check the pod 
[root@dhcp-128-91 Desktop]# oc get pods
NAME               READY     STATUS             RESTARTS   AGE
jenkins-1-deploy   1/1       Running            0          <invalid>
jenkins-1-p3tpp    0/1       CrashLoopBackOff   1          <invalid>
# oc logs jenkins-1-p3tpp
Error: unknown command "/usr/libexec/s2i/run" for "openshift"

Actual results:
pod is not running
Expected results:
pod is running

Comment 1 Gabe Montero 2018-01-29 18:08:16 UTC
Please see https://bugzilla.redhat.com/show_bug.cgi?id=1533938#c12

The 3.6 builds have been broken for a bit wrt jenkins.

Let's retry with the correct build

Comment 2 Gabe Montero 2018-01-29 22:05:36 UTC
Per update from Justin, looks like release candidate  3.6.173.0.101-1 should include the openshift jenkins rhel image update we want to verify here.

Comment 3 wewang 2018-02-22 05:31:44 UTC
verified in 
openshift v3.6.173.0.101
steps:
# oc new-app  jenkins-ephemeral -n wewang
# oc get pods -n wewang
NAME              READY     STATUS    RESTARTS   AGE
jenkins-1-80whk   1/1       Running   0          1m