Pipeline - Files manipulation Bee Bot July 13, 2022 12:19 Updated The content of this article has moved to the new documentation site. Related articles How to Upload a file in a Pipeline How to use Date with Pipeline? Pipeline - Build failed due to MissingPropertyException: No such property: env How to Start, Stop or Restart your Instance? How to troubleshoot 'hudson.FilePath is missing' in a Pipeline run Comments 2 comments Sort by Date Votes Renato Please Update February 10, 2020 12:47 Hi, Thanks for the article. Is there a list of methods that ONLY run on master? Lost like 10 hours or more on this one :D... Thanks and best regards, Renato 0 Denys Digtiar February 11, 2020 07:11 Hi Renato, >Except for the steps themselves, all of the Pipeline logic, the Groovy conditionals, loops, etc execute on the master. Whether simple or complex! Even inside a node block! from Best Practices for Scalable Pipeline Code 0 Please sign in to leave a comment.
Comments
2 comments
Hi,
Thanks for the article.
Is there a list of methods that ONLY run on master? Lost like 10 hours or more on this one :D...
Thanks and best regards,
Renato
Hi Renato,
>Except for the steps themselves, all of the Pipeline logic, the Groovy conditionals, loops, etc execute on the master. Whether simple or complex! Even inside a
node
block!from Best Practices for Scalable Pipeline Code
Please sign in to leave a comment.