Re: Jenkins deployment of a particular build through code

2017-08-03 Thread Deepu Sundar
Thank you Sam, Will take a shot on this and get back. On Monday, 31 July 2017 14:24:44 UTC-7, Sam K wrote: > > Hi > > I'm not saying this is the best way... > > You can add the feature to kick off jobs remotely using a token. Then > you can somehow grab the parameters of the job. For exa

Re: Jenkins deployment of a particular build through code

2017-07-31 Thread Sam K
Hi I'm not saying this is the best way... You can add the feature to kick off jobs remotely using a token. Then you can somehow grab the parameters of the job. For example, if user clicks on job no. 6, then this URL gives you the parameters. With wget/curl magic, I'm sure you can get a

Jenkins deployment of a particular build through code

2017-07-30 Thread Deepu Sundar
Hi Team, Need your expert advice on the below query, appreciate your help. We have a Jenkins CI/CD process in place for deploying AWS lambda functions into cloud and it is fully automated. Now we are building a service portal to manage all aspects of the services being deployed. One of the