This commit is contained in:
seanbrereton 2023-10-10 12:54:18 +01:00
parent 5e852599a7
commit 172a600d95

View File

@ -244,8 +244,8 @@ pipeline {
steps {
sh script: [
'./gradlew',
// COMMON_GRADLE_PARAMS,
'help'
COMMON_GRADLE_PARAMS,
'deployNode'
].join(' ')
}
}