Skip to content

Commit

Permalink
Fix Jenkins errors
Browse files Browse the repository at this point in the history
  • Loading branch information
RednedEpic committed Aug 16, 2019
1 parent 7f3a1da commit 72dcff0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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 = 'VirtualPlayers'}
compileAndDeployMaven {
repo = 'VirtualPlayers'
target_path = 'modules/VirtualPlayers/'
}
2 changes: 1 addition & 1 deletion modules/VirtualPlayers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@
</dependencies>
<build>
<finalName>VirtualPlayers2</finalName>
<directory>../../target</directory>
<directory>./target</directory>
<sourceDirectory>./src/main/java</sourceDirectory>
<extensions>
<extension>
Expand Down

0 comments on commit 72dcff0

Please sign in to comment.