Jenkins: How to manage (read & write) variables values between pipeline and shared libraries?
I have a Declarative Pipeline that is increasing in size, so I want to split the logic using shared libraries.
But I´m facing some issues because I must share some values between them and I can´t find the way to do it.
Here are some examples of what I need to do:
How to manage (read & write) variables values between pipeline and shared libraries?
I have a Declarative Pipeline that is increasing in size, so I want to split the logic using shared libraries.
But I´m facing some issues because I must share some values between them and I can´t find the way to do it.
Here are some examples of what I need to do:
jenkins shared library large amount of shell scripts
I have a shared jenkins library, that contains a large number of shell scripts. These shell scripts source each other.