jenkinsci / jenkinsci/workflow-aggregator-plugin
[JENKINS-37322] Pipeline documentation missing archiveArtifact documentation
- Dominant language
- No language data
- Stars
- 225
- Forks
- 125
- PR merge metrics
- No merged PRs in 30d
Description
When you go to http://jenkins_install/job/some_pipeline_job/pipeline-syntax/html or https://github.com/jenkinsci/pipeline-plugin/blob/master/TUTORIAL.md you get a page documenting the DSL in Jenkinsfile.
'archive' is listed as a deprecated step. Users are told to use 'archiveArtifacts' instead, but it's not actually documented anywhere on the page.
Sorry if the component is wrong, it was hard to choose.
---
Originally reported by colemickens, imported from: Pipeline documentation missing archiveArtifact documentation
Raw content of original issue
When you go to http://jenkins_install/job/some_pipeline_job/pipeline-syntax/html or https://github.com/jenkinsci/pipeline-plugin/blob/master/TUTORIAL.md you get a page documenting the DSL in Jenkinsfile.
'archive' is listed as a deprecated step. Users are told to use 'archiveArtifacts' instead, but it's not actually documented anywhere on the page.
Sorry if the component is wrong, it was hard to choose.
Contributor guide
Assessment
This issue has not been assessed yet.