1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00
sap-jenkins-library/documentation/docs/steps/githubPublishRelease.md

24 lines
579 B
Markdown
Raw Normal View History

2019-03-29 13:46:25 +02:00
# ${docGenStepName}
## Prerequisites
You need to create a personal access token within GitHub and add this to the Jenkins credentials store.
Please see [GitHub documentation for details about creating the personal access token](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/).
## ${docJenkinsPluginDependencies}
2019-03-29 13:46:25 +02:00
## ${docGenParameters}
## ${docGenConfiguration}
2019-05-24 15:41:49 +02:00
## ${docGenDescription}
## Example
Usage of pipeline step:
```groovy
githubPublishRelease script: this, releaseBodyHeader: "**This is the latest success!**<br />"
```