Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

integrationguru/boomicicd-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 

Repository files navigation

Jenkins Docker image of a Boomi CI/CD reference implemetation

This repository builds a jenkins:lts image with required Jenkins Jobs and CLI scripts to implement Boomi CI/CD.

Pre-requistes

Must have docker installed to build the image. Create a folder named boomicicd

$ BOOMICICD_HOME=/path/to/boomicicd
$ cd ${BOOMICICD_HOME}
$ git clone https://github.com/integrationguru/boomicicd-cli
$ git clone https://github.com/integrationguru/boomicicd-jenkinsjobs
$ git clone https://github.com/integrationguru/boomicicd-docker

Build

$ cd ${BOOMICICD_HOME}/boomicid-docker/docker
$ name="image_name" # E.g. boomicicd/jenkins 
$ tag="1.0"
$ ./build.sh $name $tag
$ docker tag $name:$tag $name:latest

Run and configure

To run and configure boomicicd jenkins goto https://hub.docker.com/repository/docker/boomicicd/jenkins

Support

This image is not supported at this time. Please leave your comments at https://community.boomi.com/s/group/0F91W0000008r5WSAQ/devops-boomi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 80.6%
  • Dockerfile 11.1%
  • Slim 4.9%
  • Makefile 2.5%
  • Groovy 0.9%