Skip to content

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
lDucks committed Jun 25, 2019
1 parent 9fca9fa commit 8cb057f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ library identifier: 'BattlePipelineLib@master', retriever: modernSCM(
remote: 'https://@github.com/BattlePlugins/BattlePipelineLib',
credentialsId: 'github-login'])

compileAndDeployMaven {repo = 'BukkitInterface'}
compileAndDeployMaven {
repo = 'BukkitInterface'
target_path = 'modules/BukkitInterface/'
}

0 comments on commit 8cb057f

Please sign in to comment.