Hide Forgot
Document URL: https://docs.openshift.com/container-platform/3.3/install_config/web_console_customization.html#web-console-enable-tech-preview-feature Section Number and Name: Enabling Features in Technology Preview Describe the issue: The instructions in the documentation go over how to enable pipelines in the Web UI. However for users to be able to use the JenkinsPipeline strategy in their buildconfig they must give users the permission: oadm policy add-cluster-role-to-group system:build-strategy-jenkinspipeline system:authenticated Suggestions for improvement: Include instructions to add users to the system:build-strategy-jenkinspipeline group. In addition, it would be good to mention that users need to restart the master service after altering the master-config.yaml. Additional information: A small write up to supplement the official documentation: https://github.com/nickschuetz/ocp-3.3-pipelines/blob/master/README.md
Work in progress: https://github.com/openshift/openshift-docs/pull/2989
@Nick PTAL https://github.com/openshift/openshift-docs/pull/2989 Thanks!
Closing this as not a bug. Discussed with Engineering and they believe that this is an edge case. The user must run "reconcile roles", which is a standard part of the upgrade process.