Fix syntax error in the Gradle command-line of the Jenkins CI build piplines execution when publishing and releasing artifacts.

Resolves #623.
This commit is contained in:
John Blum
2022-10-13 09:53:44 -07:00
parent f0dbebf4ec
commit 7c6ff9de64

2
Jenkinsfile vendored
View File

@@ -88,7 +88,7 @@ pipeline {
"-Psigning.keyId=${SPRING_SIGNING_KEYID} " +
"-Psigning.password=${SIGNING_PASSWORD} " +
"-Psigning.secretKeyRingFile=${SIGNING_KEYRING_FILE} " +
'-x test - x integrationTest'
'-x test'
}
}
}