Skip to content

BattlePlugins/BattlePipelineLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

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'
}