Sign in

Copy view

documented

Create a new view by copying an existing one via mode=copy and from=<source_view>.

POST /createView?name={view_name}&mode=copy&from={source_view}Viewsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://jenkins-ci.org/createView?name={{VIEW_NAME}}&mode=copy&from={{SOURCE_VIEW}}" \
  -X POST \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{JENKINS-CI_API_KEY}}" \
  -H "Content-Type: application/xml" \
  -H "Jenkins-Crumb: {{JENKINS-CRUMB}}"