comment unneeded stage

This commit is contained in:
seanbrereton 2023-10-10 12:33:54 +01:00
parent 9e3eb7c935
commit 5e852599a7

View File

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