Hide Forgot
Description of problem: Jenkinsfile content is empty and Rebuild button is disabled for Jenkins Pipeline builds Version-Release number of selected component (if applicable): v3.3.0.25 How reproducible: Always Steps to Reproduce: 1. Preparation $ oc create -f https://raw.githubusercontent.com/openshift/origin/master/examples/image-streams/image-streams-centos7.json -n openshift $ oc create -f https://raw.githubusercontent.com/openshift/origin/master/examples/jenkins/jenkins-ephemeral-template.json 2. Create jenkinsPipeLine bc and start build $ oc new-app -f https://raw.githubusercontent.com/openshift/origin/master/examples/jenkins/pipeline/samplepipeline.json $ oc new-app jenkins-ephemeral $ oc start-build sample-pipeline 3. When build sample-pipeline-1 is started, check its configuration on browse/pipeline/sample-pipeline/sample-pipeline-1 page 4. When build sample-pipeline-1 is finished, check again on browse/pipeline/sample-pipeline/sample-pipeline-1 page Actual results: 3. In Configuration part, title 'Jenkinsfile' is listed but its empty(refer to attachment) 4. Rebuild button is disabled Expected results: 3. For build sample-pipeline-1, should populate 'Jenkinsfile' with the same content for BC 'sample-pipeline' like attachment "snapshot2" shows in https://bugzilla.redhat.com/show_bug.cgi?id=1357752 4. Rebuild should be enabled Additional info:
Created attachment 1193931 [details] EmptyJenkinsfile
web console PR https://github.com/openshift/origin-web-console/pull/479
merging to origin in https://github.com/openshift/origin/pull/10650
Will check when PR is merged
Checked against devenv-rhel7_4943: openshift v1.3.0-alpha.3+4250e53 kubernetes v1.3.0+507d3a7 etcd 2.3.0+git Now for build sample-pipeline-1, Jenkinsfile is populated correctly, and Rebuild button is enabled when sample-pipeline-1 finished Move to VERIFIED