Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 405 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 405 Bytes

build

  • copy your groovy scripts and Jenkins pipeline files under groovy and pipelines folder.
  • update plugins list if you added or removed any plugin.

Run groovy script in Jenkins Script console to see latest installed plugin list.

  • build docker image under build folder
/build$ docker build -t <image>:<tag> .