Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 379 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (10 loc) · 379 Bytes

Contributing

Proposing changes

If you want to improve the image, please submit a pull request to the repository.

Building the image

  • Ensure that Docker and Make are installed on your machine
  • Checkout the repository
  • Run make build

It will produce a local cloudbees/cjd-jcasc-demo:rolling image.

Testing the local image

Use the make run-devel command.