Skip to content

jfrog/jfrog-pipelines-jenkins-example

Repository files navigation

JFrog Pipelines and Jenkins Example

This is a repo that is used for the blog Jenkins and JFrog Pipelines: Working Together to Release Your Software. The blog shows how to use Jenkins and JFrog Pipelines together to orchestrate your code from build to release.

For this example, we have built a Go REST application that we want to build, run unit tests and then a Docker push to a staging repository. Jenkins will handle this part. Next, JFrog Pipelines will deploy your Docker Go application from the staging repository to a Kubernetes cluster. We will use Google Kubernetes Engine (GKE). Additionally, we will use Artifactory as our Docker registry. This makes it easy to promote the build to release without pushing the same build to another release registry. The Jenkins pipeline is defined in the Jenkinsfile and the JFrog Pipeline is defined in the pipeline.yml.

Diagram-all

Jenkins

Jenkins

JFrog Pipelines

JFrog Pipelines

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published