Timeline for Passing variables between scripts in a Jenkins pipeline
Current License: CC BY-SA 4.0
13 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 22, 2023 at 10:44 | answer | added | Dave | timeline score: 2 | |
| Oct 13, 2021 at 14:40 | vote | accept | Preston Martin♦ | ||
| Apr 25, 2019 at 5:02 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Dec 26, 2018 at 5:00 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| S Nov 23, 2018 at 22:34 | history | suggested | Peter Mortensen | CC BY-SA 4.0 | Copy edited (e.g. ref. <https://en.wikipedia.org/wiki/Jenkins_%28software%29> and <http://en.wikipedia.org/wiki/Python_%28programming_language%29>). |
| Nov 23, 2018 at 21:03 | review | Suggested edits | |||
| S Nov 23, 2018 at 22:34 | |||||
| Nov 23, 2018 at 0:03 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Oct 23, 2018 at 23:18 | answer | added | jayhendren | timeline score: 9 | |
| Oct 19, 2018 at 14:12 | comment | added | Preston Martin♦ | @RamKamath The answer to that question is a little different. I am trying to take output from a python script and pass it to a stage. While I think that part of the answer is to create a global environment variable, set it in the first stage, and read it in the second stage, it doesn't provide an elegant way to pass it from the python script at the stage level. | |
| Oct 19, 2018 at 13:36 | comment | added | Ram | This question has been answered here stackoverflow.com/questions/47155326/… | |
| Oct 18, 2018 at 15:14 | history | edited | Preston Martin♦ | CC BY-SA 4.0 | edited body |
| Oct 18, 2018 at 15:08 | comment | added | Alex | Not a full answer as we use scripted, not declarative pipelines, but writing to a file is exactly what I ended up doing in our scripts. | |
| Oct 17, 2018 at 22:14 | history | asked | Preston Martin♦ | CC BY-SA 4.0 |