OpsCanary
CI/CD & GitOps

Jenkins

2 articles from official documentation

Practitioner2 articles
cicdjenkinsPractitioner

Unlocking Jenkins Power: Extending with Shared Libraries

Shared Libraries in Jenkins can drastically streamline your CI/CD processes. By defining reusable code in external repositories, you can enhance your pipelines with minimal effort. This article dives into how to effectively implement and manage these libraries.

  • Define Shared Libraries with a name and SCM method for easy reuse.
  • Use Global Shared Libraries for system-wide access and Folder-level Libraries for scoped access.
5 min read·Official Docs
Read article
cicdjenkinsPractitioner

Mastering Jenkins Pipeline Syntax: The Key to Efficient CI/CD

Unlock the potential of Jenkins with a deep dive into Pipeline syntax. Understand the difference between Declarative and Scripted Pipelines, and learn how to effectively utilize agents for your builds. This knowledge can streamline your CI/CD processes significantly.

  • Understand the difference between Declarative and Scripted Pipelines for better CI/CD management.
  • Utilize the `agent` section to specify where your Pipeline runs, whether on any agent, a specific label, or within Docker.
5 min read·Official Docs
Read article