Hi Darin, can you show an example of what you mentioned at 4:36? How do you import a step inside a shared library into a declarative pipeline ? I dont want to create and pull from an entirely different github repo just to import a function that generates randoms. Is it possible for me to be able to import a file where the function is defined that is separate from my pipeline code without pulling from another repo?
@nagalakshmilakumarapu88512 жыл бұрын
Can we edit/update the value of global env variables inside the jenkins jobs?
@VijayKumar-cy4ny5 ай бұрын
Thank you! I am trying to use Jenkins credentials helper for the secrets text in the scripted pipeline but it's not working, I have gone through the documentation and it says credentials helper only works with environment declarative. As am bound to use a scripted pipeline can you suggest a solution for using Jenkins credentials helper for the secrets text in the scripted pipeline
@viku4537 ай бұрын
Is it possible to use the environment variable to set the github branch name in SCM GUI?
@vinnybunny8522 жыл бұрын
Could anyone help how to pass Jenkins environment variables to the system properties file in Java project (gradle) ? I want to send a username password