Skip to content

MathewJack/Kestra-jenkins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Kestra-Jenkins

This is a docker compose file with Kestra and jenkins in same network as a microservice. You can try out in your local computer for quick testing and development.

Installation

Just go to the project source run the below commands

  git clone --project--
  cd --project--
  docker-compose up -d (if using docker compose V2)
  docker compose up -d (if using docker compose V3)
  #To remove the container and its volume
  docker compose down -v

License

Apache-2.0

Appendix

The kestra and jenkins are citied to their rightfull owners and you can find documentions for this in the below link. Kestra Jenkins

Releases

No releases published

Packages

No packages published