Re: How do you iteratively work on a Jenkinsfile?

2018-02-03 Thread Joshua Noble
+1 for the Replay functionality. It works great. It should be noted that sometimes you won’t see it available on failed build runs. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from i

Re: How do you iteratively work on a Jenkinsfile?

2018-02-02 Thread pisymbol
On Friday, February 2, 2018 at 7:28:26 AM UTC-5, Oleg Nenashev wrote: > > For this purpose I am using FileSystem SCM plugin to retrieve scripts > without committing + local Docker snapshot of the production instance. You > can find some info about my approach in these slides >

Re: How do you iteratively work on a Jenkinsfile?

2018-02-02 Thread Oleg Nenashev
For this purpose I am using FileSystem SCM plugin to retrieve scripts without committing + local Docker snapshot of the production instance. You can find some info about my approach in these slides . Sl

Re: How do you iteratively work on a Jenkinsfile?

2018-02-01 Thread Slide
If you look on the left side of the Jenkins area when looking at the job, there is an option called "Replay" that allows you to edit the scripts and rerun with the same setup. You can play with the scripts and stuff there and then grab the changes and check them in. On Thu, Feb 1, 2018 at 12:21 PM