×
May 16, 2018 · One common pattern for automated releases I have seen and used relies on Git tags as the catalyst for a release process.
Missing: /url | Show results with:/url
With the introduction of the Pipeline plugin, users now can implement a project's entire build/test/deploy pipeline in a Jenkinsfile and store that alongside ...
Many organizations use Docker to unify their build and test environments across machines, and to provide an efficient mechanism for deploying applications.
Introducing the Azure Key Vault Credentials Provider for Jenkins. Azure Key Vault is a product for securely managing keys, secrets and certificates.
Missing: /url | Show results with:/url
Jan 11, 2024 · As of now, I would probably: Remove plugin(s) from plugins.txt; Rebuild image, deploy; Remove plugin(s) via the UI and restart. Obviously not ...
Aug 27, 2021 · I have created a custom base docker image for windows server 2016 based upon the publically available agent images on github. We are using a tcp ...
For example, for Subversion, you can set the Repository URL to svnserver/project/${library.yourLibName.version} and then use versions such as trunk or branches/ ...
Nov 2, 2022 · Hi guys, I have totally understand, that jenkins had to migrated to jdk 11 with 2.263 at latest and I'm fine with that generally, ...
The repo plugin assigns values to environment variables in Pipeline projects. REPO_MANIFEST_URL. URL of manifest repository used. REPO_MANIFEST_BRANCH. Branch ...
Docker is a platform for running applications in an isolated environment called a "container" (or Docker container). Applications like Jenkins can be ...