jenkins.io
jenkins.io copied to clipboard
A static site for the Jenkins automation server
Jenkins 2.288 restored support for `stapler.jelly.trace` developer flag. As far as I can tell, this flag is not documented anywhere in Jenkins developer docs or the system properties page. It...
Problem with the [Pipeline Syntax](https://www.jenkins.io/doc/book/pipeline/syntax/) page, [source file](https://github.com/jenkins-infra/jenkins.io/blob/master/content/doc/book/pipeline/syntax.adoc) https://www.jenkins.io/doc/book/pipeline/syntax/#options incorrectly states that the options directive is only allowed once, inside the pipeline block. In fact, options can also appear inside...
## Essential information Rewrite the Nexus caching instructions from https://wiki.jenkins.io/display/JENKINS/Jenkins+Development+Environment+with+Nexus Insert the updated / replacement content as a new page under destination: https://www.jenkins.io/doc/developer/guides/ as a new "How-to Guide: Using Nexus...
PR for https://github.com/jenkins-infra/jenkins.io/issues/3307 Migrated [Matrix-based security](https://wiki.jenkins.io/display/JENKINS//Matrix-based+security) from wiki to jenkins.io under `jenkins.io/content/doc/book/system-administration/security/matrix-based-security.adoc`. - Replace 'slave' with 'agent' - Remove notes regarding deprecated ('dangerous') permissions - Replaced link to wiki in...
Problem with the [Creating your first Pipeline](https://www.jenkins.io/doc/pipeline/tour/hello-world/) page, [source file](https://github.com/jenkins-infra/jenkins.io/blob/master/content/doc/pipeline/tour/hello-world.adoc) As a new user, I'm going through the Guided Tour. I've added a multi-branch pipeline monitoring a Git repository. My...
Hi Team , Please provide any rest api documentation to fetch build details through api. Below call will fetch the details. http://YOUR_JENKINS:8080/job/YOUR_JOB/api/ But looking for any documentation that provides sample...
The nginx reverse proxy page contains this snippet: ``` location ~ "^/static/[0-9a-fA-F]{8}\/(.*)$" { #rewrite all static files into requests to the root #E.g /static/12345678/css/something.css will become /css/something.css rewrite "^/static/[0-9a-fA-F]{8}\/(.*)" /$1...
I was trying to figure out "what is Jenkins's LTS". ## Links * I searched for [Jenkins LTS](https://www.google.com/search?q=jenkins+lts) - Above the fold are: * [LTS Changelog](https://www.jenkins.io/changelog-stable/) * [Jenkins LTS Upgrade...
## Essential information Page to Migrate: https://wiki.jenkins.io/display/JENKINS/SCM+plugin+architecture# (Proposal) Update content and create a new page under destination: https://www.jenkins.io/doc/developer/guides/ ## Terminology updates Please consider updating some old terminologies: * Change ‘master’...
## Essential information Page to Migrate: https://wiki.jenkins.io/display/JENKINS/Jenkins+Hidden+Parameter+Plugin Redirect to the destination: https://plugins.jenkins.io/hidden-parameter/ **after** https://github.com/jenkinsci/hidden-parameter-plugin/pull/5 and https://github.com/jenkinsci/hidden-parameter-plugin/pull/4 have been merged and released. ## Redirecting pages After the plugin documentation has been...