This topic describes how to deploy a Jenkins continuous integration environment in a serverless Kubernetes (ASK) cluster. This topic also provides step-by-step instructions on how to build an application delivery pipeline that includes source code compilation, image building and pushing, and application deployment.
Prerequisites
- An ASK cluster is created. For more information, see Create an ASK cluster.
- A kubectl client is connected to the cluster. For more information, see Use kubectl to connect to an ASK cluster.
Deploy Jenkins
What to do next
- For more information about how to configure the Maven cache for slave pods, see Configure the Maven cache for slave pods.
- For more information about how to use kaniko to build and push container images, see Use kaniko to build and push container images.