×
Mar 11, 2024 · I am following a youtube CICD Pipeline video: The jenkinsfile is below: pipeline{ agent{ label "jenkins-agent" } tools { jdk 'Java17' maven ...
Nov 12, 2023 · The git plugin provides fundamental git operations for Jenkins projects. It can poll, fetch, checkout, branch, list, merge, tag, and push ...
Missing: docker/ | Show results with:docker/
This plugin allows to add various docker commands to your job as build steps.
Dec 27, 2022 · In this tutorial, we will review how to start a Jenkins agent as a Linux service with systemd . When using Docker for my agents, ...
This plugin allows to add various Docker commands into your job as a build step. If you would like to use Docker for dynamics slave provisioning, ...
Jun 19, 2020 · Configuration. Configure your Jenkins URL in Jenkins > Configuration section: Add Outbound Webhook ...
Jul 1, 2023 · This plugin sends a HTTP/HTTPS request to a user specified URL. The request is made via job execution in Jenkins and depending on the HTTP ...
Dec 19, 2021 · Last Changes is a Jenkin plugin that shows rich VCS diffs between builds. ❗. Only Git and Svn based projects are supported.
Missing: login- | Show results with:login-
Dec 6, 2023 · Access credentials from AWS Secrets Manager in your Jenkins jobs. This plugin is the high-level counterpart of the AWS Secrets Manager ...
Apr 9, 2018 · I'm currently using a very simple Jenkinsfile to push a container to amazon ECR. node { checkout scm docker.withRegistry("https://${org_id} ...