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:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user