Jenkins CI/CD 01 Installation
Setup Jenkins CI/CD step by step
A Bit everyday A Byte every week
Setup Jenkins CI/CD step by step
Creating a basic pipeline workflow and triggering it through GitHub webhooks
In Jenkins
, the build process is known as a pipeline.
It can also be triggered through webhooks, offering various triggering and execution methods.
Below, we’ll demonstrate how to integrate GitHub webhooks and provide common trigger condition examples.
This article discusses the process of building a Docker image and pushing it to the Google Container Registry (GCR) within a Jenkins pipeline using the 'gcloud' command.
Enable Jenkins to perform remote operations on a remote host through SSH, replacing manual deployment.
In a non-automated deployment scenario, manually connecting to the server host’s internals is required every time.
Executing deployment commands or running deployment command executables not only involves inconvenience but also carries the risk of human error.
With Jenkins’ pipeline, we can replace manual execution, making deployments easier and more pleasant.