All Projects → jenkins-zh → Jenkins Formulas

jenkins-zh / Jenkins Formulas

Licence: mit
Jenkins custom formulas

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Jenkins Formulas

bitnami-docker-jenkins
Bitnami Docker Image for Jenkins
Stars: ✭ 95 (-5.94%)
Mutual labels:  jenkins, docker-image
Jenkins
Docker Jenkins Swarm-Ready with HTTPS
Stars: ✭ 103 (+1.98%)
Mutual labels:  jenkins, docker-image
My Bloody Jenkins
Self Configured Jenkins Docker image based on Jenkins-LTS
Stars: ✭ 205 (+102.97%)
Mutual labels:  jenkins, docker-image
Docker Inbound Agent
Docker image for a Jenkins agent which can connect to Jenkins using TCP or Websocket protocols
Stars: ✭ 342 (+238.61%)
Mutual labels:  jenkins, docker-image
Jenkinsfile Runner
A command line tool to run Jenkinsfile as a function
Stars: ✭ 727 (+619.8%)
Mutual labels:  jenkins, docker-image
Jenkins Android Docker
🐳 Docker image for Jenkins with Android
Stars: ✭ 35 (-65.35%)
Mutual labels:  jenkins, docker-image
Docker Jenkins
Jenkins with Blue Ocean and support for builiding jobs in Docker
Stars: ✭ 18 (-82.18%)
Mutual labels:  jenkins, docker-image
Custom War Packager
Custom Jenkins WAR packager for Jenkins
Stars: ✭ 77 (-23.76%)
Mutual labels:  jenkins, docker-image
Pipeline Library
Jenkins shared library for use with pipeline-as-code
Stars: ✭ 93 (-7.92%)
Mutual labels:  jenkins
Gocv Alpine
GoCV-compatible OpenCV 3.4 Alpine 3.7 Docker image
Stars: ✭ 95 (-5.94%)
Mutual labels:  docker-image
Docker Oidc Proxy
Docker Image built on Alpine Linux for secure OpenID Connect (OIDC) proxy authentication
Stars: ✭ 91 (-9.9%)
Mutual labels:  docker-image
Imagewolf
Fast Distribution of Docker Images on Clusters
Stars: ✭ 94 (-6.93%)
Mutual labels:  docker-image
Bitnami Docker Testlink
Bitnami Docker Image for TestLink
Stars: ✭ 95 (-5.94%)
Mutual labels:  docker-image
Funmath
☔️ Implementations of mathematical functions, formulas and concepts
Stars: ✭ 93 (-7.92%)
Mutual labels:  formula
Docker Dhcpd
Containerized version of ISC DHCP server based on latest Ubuntu LTS
Stars: ✭ 99 (-1.98%)
Mutual labels:  docker-image
Uvicorn Gunicorn Starlette Docker
Docker image with Uvicorn managed by Gunicorn for high-performance Starlette web applications in Python 3.7 and 3.6 with performance auto-tuning. Optionally with Alpine Linux.
Stars: ✭ 92 (-8.91%)
Mutual labels:  docker-image
Role Strategy Plugin
Jenkins Role-Strategy plugin
Stars: ✭ 91 (-9.9%)
Mutual labels:  jenkins
Quiz
Example real time quiz application with .NET Core, React, DDD, Event Sourcing, Docker and built-in infrastructure for CI/CD with k8s, jenkins and helm
Stars: ✭ 100 (-0.99%)
Mutual labels:  jenkins
Docker Ngrok Server
ngrok服务器的docker image,实现内网穿透。也可以下载附件中的ngrok客户端使用
Stars: ✭ 98 (-2.97%)
Mutual labels:  docker-image
Gradle Plugin
Jenkins gradle plugin
Stars: ✭ 93 (-7.92%)
Mutual labels:  jenkins

Jenkins Customize

Two forms of the distribution that you can find from here: docker image and jenkins.war file. All distributions include the following features:

Image

Docker Stars Docker Pulls

An example of running it:

docker run --rm -p 8080:8080 jenkinszh/jenkins-zh:lts

You can mount the volume by the following command:

docker run -u root -v /var/jenkins/data:/var/jenkins_home -p 8080:8080 jenkinszh/jenkins-zh:lts

Find all tags by click here

war

下载

Find all jenkins.war files by click here.

Formula

Below are some out-of-the-box solutions which I call them formulas

Formula File Name Image
Configuration as Code jenkins-zh.war jenkinszh/jenkins-zh Docker Pulls
Configuration as Code + Pipeline jenkins-pipeline.war jenkinszh/jenkins-pipeline Docker Pulls
CASC + Pipeline + K8s jenkins-k8s.war jenkinszh/jenkins-k8s:2.204.5 Docker Pulls
BlueOcean + Multi-branch Pipeline blueocean-zh.war jenkinszh/blueocean-zh:2.204.5 Docker Pulls
Multi-branch Pipeline(GitHub、GitLab、Bitbucket) jenkins-multi-pipeline-zh.war jenkinszh/jenkins-multi-pipeline-zh:2.204.5 Docker Pulls

Want to contribute a formula? Please learn how to create it from here.

Kubernetes

We suggest to use Helm Charts in Kubernetes, below are the example command of install Jenkins in a single-node cluster:

helm repo add stable https://kubernetes-charts.storage.googleapis.com
helm install jenkins stable/jenkins \
    --set master.image=jenkinszh/jenkins-k8s \
    --set master.tag=2.204.5 \
    --set master.imagePullPolicy=IfNotPresent \
    --set persistence.enabled=false \
    --set master.serviceType=NodePort

You can get more details about how to configure Jenkins chart.

References

Jenkins Official Docker Hub

Feedback

Any kind of contributions are very appreciate.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].