mirror of
https://github.com/GeyserMC/GeyserConnect.git
synced 2025-06-26 06:15:21 +02:00
Attempt to fix Jenkins build
This commit is contained in:
parent
a05dd72519
commit
99d3692d9c
1 changed files with 11 additions and 1 deletions
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
|
@ -18,7 +18,17 @@ pipeline {
|
||||||
stage ('Build') {
|
stage ('Build') {
|
||||||
steps {
|
steps {
|
||||||
sh 'git submodule update --init --recursive'
|
sh 'git submodule update --init --recursive'
|
||||||
sh 'mvn clean package'
|
rtMavenResolver(
|
||||||
|
id: "maven-resolver",
|
||||||
|
serverId: "opencollab-artifactory",
|
||||||
|
releaseRepo: "maven-deploy-release",
|
||||||
|
snapshotRepo: "maven-deploy-snapshot"
|
||||||
|
)
|
||||||
|
rtMavenRun(
|
||||||
|
pom: 'pom.xml',
|
||||||
|
goals: 'clean package',
|
||||||
|
resolverId: "maven-resolver"
|
||||||
|
)
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
|
|
Loading…
Add table
Reference in a new issue