×
Aug 31, 2023 · Set the repository URL to https://releases.jfrog.io/artifactory/jfrog-cli/. In Manage Jenkins | Global Tool Configuration select the Install ...
findFiles : Find files in the workspace. Find files in the current working directory. The step returns an array of file info objects who's properties you can ...
Missing: artifactory/ | Show results with:artifactory/
Agents manage the task execution on behalf of the Jenkins controller by using executors. An agent is a small (170KB single jar) Java client process that ...
Jul 5, 2017 · Staging (also often called promoting) software is the process of completely and consistently transferring a release with all its configuration ...
5 days ago · ... step parameters! More complex Maven build on a Windows agent. pipeline { agent any stages { stage("Build") { steps { git url: 'https ...
Can proxy Jenkins and plugins through Nexus or Artifactory since Gradle is used to assemble plugins. Post-installation setup wizard. After downloading, ...
Missing: /url | Show results with:/url
Dec 3, 2021 · Optional: Newline separated list of AWS EB Environment url, or CNAMEs for the Application (e.g.: "myapp-prod-env.elasticbeanstalk.com"). When ...
Jul 23, 2022 · ... Jenkins declarative pipeline I have a job ... stage ('Artifactory stage') { steps { rtServer ( id: 'Artifactory', url: 'https ... I can't find that ...
Adds a Pipeline step to check out or update working sources from various SCMs (version control). Jesse Glick · Kohsuke Kawaguchi. (8 other contributors). Health ...
Jun 8, 2023 · ' withDockerRegistry([credentialsId: "gcr:${PROJECT}", url: "https://asia.gcr.io"]) { sh 'docker push ${IMAGE_NAME}:${IMAGE_TAG}' } sh ...