Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
olivier lamy 2019-05-31 20:27:02 +10:00
parent cba9a5fa93
commit bad09ac560

2
Jenkinsfile vendored
View File

@ -86,7 +86,7 @@ pipeline {
def slackNotif() {
script {
if (enXmlConfigurationv.BRANCH_NAME=='jetty-10.0.x' ||
if (env.BRANCH_NAME=='jetty-10.0.x' ||
env.BRANCH_NAME=='jetty-9.4.x') {
//BUILD_USER = currentBuild.rawBuild.getCause(Cause.UserIdCause).getUserId()
// by ${BUILD_USER}