mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-22 08:19:20 +00:00
Just deploy connector while something is borked for the other projects
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -20,7 +20,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*stage ('Deploy') {
|
stage ('Deploy') {
|
||||||
when {
|
when {
|
||||||
branch "master"
|
branch "master"
|
||||||
}
|
}
|
||||||
@@ -40,7 +40,7 @@ pipeline {
|
|||||||
)
|
)
|
||||||
rtMavenRun(
|
rtMavenRun(
|
||||||
pom: 'pom.xml',
|
pom: 'pom.xml',
|
||||||
goals: 'javadoc:jar source:jar install -DskipTests',
|
goals: 'javadoc:jar source:jar install -pl connector -am -DskipTests',
|
||||||
deployerId: "maven-deployer",
|
deployerId: "maven-deployer",
|
||||||
resolverId: "maven-resolver"
|
resolverId: "maven-resolver"
|
||||||
)
|
)
|
||||||
@@ -48,7 +48,7 @@ pipeline {
|
|||||||
serverId: "opencollab-artifactory"
|
serverId: "opencollab-artifactory"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}*/
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
post {
|
post {
|
||||||
|
|||||||
Reference in New Issue
Block a user