Re: SharedLibrary doesn´t allow git parameter to fetch all branches

2020-06-24 Thread Ganesan Srinivasan
Check this link https://plugins.jenkins.io/git-parameter/ Git parameter doesnt know from which repo(shared repo or project repo), it fetches the branch from shared repo. Follow the below steps to solve this issue If in the task are defined multiple repositories, this option specifies which the

What's new in Jenkins 2.235.1 - tomorrow

2020-06-24 Thread Mark Waite
We're hosting a webinar tomorrow, Thursday, June 25, 2020, to introduce some of the new features added in Jenkins 2.235.1, the long term support release that was delivered last week. Register at https://www.meetup.com/Jenkins-online-meetup/events/271389122/ New features include: - Plugin Ma

How can pipelines unset environment variables

2020-06-24 Thread Randall Becker
I have a situation where I need to run a pipeline with a reduced set of environment variables. The build environment has a limit of the total size of the environment and Jenkin's contribution is causing an overflow to that limit. Is there a way to unset variable in pipelines as could be done in