How to assign dynamically pipeline from single job
20 views
Skip to first unread message
Rahul Raj
unread,
Mar 7, 2016, 7:19:56 AM3/7/16
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
to Jenkins Developers
I have created one job on Jenkins and also i want to create two pipeline one for check-in and one for Scheduled trigger.How to assign dynamically pipeline from single job only.Means if trigger is check-in it should assign on check-in pipeline, if it is scheduled trigger it should assign on scheduled pipeline.