I try append UserRecipient to recipients and have an error when use Plan Vairable for userName ("${bamboo.userName}").
[INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.334 s [INFO] Finished at: 2022-06-01T12:06:24Z [INFO] ------------------------------------------------------------------------ User "${bamboo.userName}" doesn't exist
Hello @Ilya Bryukhov Welcome to Atlassian Community!
It is not clear how you are invoking your build process, is this a Maven? Shell script?.
It appears the ${bamboo.userName} variable is not being expanded. Can you share how you are invoking it? Is it quote, double-quoted?
I would recommend you also try using the "bash-style" invocation:
${bamboo_userName}
More information:
Regards,
Eduardo Alvarenga
Atlassian Support APAC
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.