tutorialworks / comments

Comments on our articles
https://www.tutorialworks.com
4 stars 1 forks source link

jenkins-shared-library/ #20

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

How to Create a Jenkins Shared Library (Tutorial + Example Repo)

How to use a shared library in Jenkins, which allows you to share common code and steps across multiple pipelines. Includes a demo Git repo that you can fork.

https://www.tutorialworks.com/jenkins-shared-library/

tarun9715m commented 2 years ago

awesome

KhafazovPavlo commented 2 years ago

thank you, the part about import a library explicitly in a pipeline was very useful for me. please advice, how can I import static constants using this approach? I tried like this: import com.deng.dengVars. but got MissingPropertyException error