Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (12 loc) · 384 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 384 Bytes

BattlePipelineLib

Usage

Create a file in the root directory of the repository called Jenkinsfile with contents:

library identifier: 'BattlePipelineLib@master', retriever: modernSCM(
    [$class: 'GitSCMSource',
     remote: 'https://github.com/BattlePlugins/BattlePipelineLib',
     credentialsId: 'github-login'])

compileAndDeployMaven {
    repo = 'REPO NAME HERE'
}