×
Past year
  • Any time
  • Past hour
  • Past 24 hours
  • Past week
  • Past month
  • Past year
All results
Jun 14, 2023 · ... <url>http://localhost:8080/job ... It has a REST API that you can query for details. See https://javadoc ... https://javadoc.jenkins.io/plugin/role-strategy ...
Missing: /search
4 days ago · It installs Java onto the instance, fetches the startup script and sets it to run when the machine starts up. It can be retrieved from the above URL using a ...
Oct 9, 2023 · Going to Dashboard → Manage Jenkins → Plugins → Update Site. I find the URL configured correctly in https (https://updates.jenkins.io/update-center.json)
Missing: /search
8 days ago · icon (under Manage Jenkins > Configure System > GitHub) to see the URL in Jenkins that receives the post-commit POSTs — but in general the URL is of the ...
Missing: /search
Oct 25, 2023 · The job configuration above can be generated from the following code. pipelineJob('job-dsl-plugin') { definition { cpsScm { scm { git { remote { url('https:// ...
May 8, 2024 · When using the plugin in several jobs, you will have the same URL trigger all jobs. If you want to trigger only a certain job you can: Use the token ...
Mar 22, 2024 · Simple Maven build on a Linux agent. pipeline { agent any stages { stage("Build") { steps { git url: ...
May 7, 2024 · The git plugin passes the remote repository URL to the git implementation (command line or JGit). Valid repository URL's include https , ssh , scp , git , local ...
Missing: /search
Apr 23, 2024 · We provide a remote API to retrieve a coverage overview, using the following URL: https://[jenkins-url]/job/[job-name]/[build-number]/coverage/api/json?pretty= ...
May 6, 2024 · Set the DATADOG_JENKINS_TARGET_WEBHOOK_INTAKE_URL variable, which specifies the Datadog Webhook Intake URL (defaults to https://webhook-intake.datadoghq.com/api ...