3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-12-24 15:20:25 +01:00

Just deploy connector while something is borked for the other projects

Dieser Commit ist enthalten in:
Camotoy 2021-09-22 08:56:47 -04:00
Ursprung c28364c5dd
Commit 2ee9df7ed9
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 7EEFB66FE798081F

6
Jenkinsfile vendored
Datei anzeigen

@ -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 {