wilkinsona/Artifactory Deploy
Deploy artifacts to Artifactory
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| uri | URI of the Artifactory server | yes | — |
| username | Artifactory username | yes | — |
| password | Artifactory password | yes | — |
| build-name | Name of the build | yes | — |
| build-number | Number of the build | yes | ${{ github.run_number }} |
| build-uri | URI of the build that produced the artifacts that are to be deployed | no | ${{ format('{0}/{1}/actions/runs/{2}', github.server_url, github.repository, github.run_id) }} |
| folder | Folder containing the artifacts to deploy | yes | — |
| project | Project in which build info should be stored | no | — |
| repository | Artifactory repository to which the artifacts should be deployed | — | — |
| threads | Number of threads to use when deploying artifacts | no | 1 |
| signing-key | A PGP/GPG signing key that will be used to sign artifacts before they are deployed | no | — |
| signing-passphrase | Passphrase of the signing key | no | — |
| artifact-properties | Properties to apply to the deployed artifacts. Each line should be of the form `<includes>:<excludes>:<properties>. includes and excludes are comma-separated Ant patterns. properties is a comma-separated list of key=value pairs | — | — |
Outputs
no outputs