Begin work on 1.19.3

Only got through one patch as of now. Not publishing JARs to Jenkins for now
This commit is contained in:
2022-12-10 22:28:09 -06:00
parent 690ddc47e4
commit 6b23f8bc8f
44 changed files with 19 additions and 19 deletions

4
Jenkinsfile vendored
View File

@ -27,7 +27,7 @@ pipeline {
}
stage('publish') {
when {
branch "1.19.2"
branch "skip"
}
steps {
withCredentials([usernamePassword(credentialsId: '8150559b-ec1d-41bd-a576-aa668a52c1ba', passwordVariable: 'scissorsPassword', usernameVariable: 'scissorsUser')]) {
@ -40,7 +40,7 @@ pipeline {
}
post {
always {
archiveArtifacts artifacts: 'build/libs/Scissors-paperclip-*.jar', fingerprint: true
// archiveArtifacts artifacts: 'build/libs/Scissors-paperclip-*.jar', fingerprint: true
junit 'Scissors-Server/build/test-results/test/*.xml'
junit 'Scissors-API/build/test-results/test/*.xml'
cleanWs()