[JIRA] (JENKINS-59307) when running my cron-triggered stage I want to automatically accept the stage by automatic user Input message with a default value parameter
8 views
Skip to first unread message
amila.kdam@gmail.com (JIRA)
unread,
Sep 10, 2019, 10:11:02 PM9/10/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
Please see the below cron job I created with passing a parameter string (publishPath=WebPortals) when automatically running the job
1. !1.PNG|width=709,height=26!
Then below is my stage that I using a choice plugin to make a default (fake) user input as a value of that parameter publishPath="WebPortals" to automatically select without a user input from outside, when running the above cron scheduled job.
Please see the below cron job I created with passing a parameter string (publishPath=WebPortals) when automatically running the job
1. !1.PNG|width=7091339,height=2649!
Then below is my stage that I using a choice plugin to make a default (fake) user input as a value of that parameter publishPath="WebPortals" to automatically select without a user input from outside, when running the above cron scheduled job.