This is a template repository for creating JFrog Pipelines Task.
This JFrog pipelines task performs this action.
this task performs below actions
- Does some awesome work
- Installation of a popular package
- Performs some repetitive tasks
- Sends notification
Add whats latest in the release
- Added to support caching
Add pre requisites for running this task
This task requires jfrog-cli, JFrog Xray
Give some sample configuration for running Basic:
- task: jfrog/[email protected]
repository: pipelines-tasks-virtual
id: my-awesome-task
input:
input1: value1
input2: value2
Name | Required | Default | Description |
---|---|---|---|
inputA | true | Simple description about inputA | |
inputB | false | false | Simple description about inputB |
Mention all the environment variables which the task exports
Give a simple description how Task functions
Mention the License for the Task
The release notes are available here.
- Add any known errors and what might be the reason for the error.
- Mention all the relatable tasks which might help.