* notify to test user
This commit is contained in:
@@ -124,7 +124,8 @@ pipeline {
|
||||
if (env.XIM_NOTIFY_USERS) {
|
||||
ximUsers = ximUsers + "," + env.XIM_NOTIFY_USERS
|
||||
}
|
||||
env.XIM_USERS = ximUsers
|
||||
//env.XIM_USERS = ximUsers
|
||||
env.XIM_USERS = env.XIM_NOTIFY_USERS
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user