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

Latest commit

 

History

History
19 lines (14 loc) · 354 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 354 Bytes

jenkins-script

Common jenkins build scripts, to be included as a submodule in other projects.

Usage:

cd PROJECT
git submodule add git@github.com:locomote/jenkins-script.git jenkins &&
git commit -m "Add jenkins submodule" &&
git push origin master

Then add the build step to the job in jenkins:

Command: jenkins/build