Variable substitution in custom plugin not working

2022-03-10 Thread Ish Abbi
Hi everyone, For custom build plugins in Jenkins, do we have the option to use variable substitutions? I recently extended a Jenkins plugin to allow sending slack notifications as well. I'm trying to send the string parameter's value as the value to the plugin's parameter. In some cases I'm a

Add users programmatically to Jenkins using the Matrix Authorization Strategy plugin

2023-02-02 Thread Ish Abbi
Hi everyone, I wanted to know if there is a provision to add users to Jenkins programmatically. The Jenkins instance that we're using uses the matrix authorization strategy plugin for permissions and wanted to explore the provision of using the Jenkins APIs to add users whenever required. Tha