Getting Started

This site is the starting point for every aspect of Operator Service management, customization and configuration on Azure.

    Getting Jenkins Custom Resource

    In order to get the existing Jenkins configuration, run the following command:

    $ kubectl -n jenkins get jenkins -o yaml > jenkins_cr.yaml
    

    This command will save the current Jenkins Custom Resource into jenkins_cr.yaml. Every time you want to change the configuration, you need to get the current version first and update it.

    $ kubectl -n jenkins apply -f jenkins_cr.yaml
    

    Customizing Jenkins instance

    For information on how to configure your Jenkins instance from code please refer to the Customizing Jenkins instance guide.

    Configure Jobs and Pipelines

    For information on how to configure your jobs and pipelines in Operator Service please refer to the Configure Seed Jobs and Pipelines guide.