wilkinsona/Artifactory Deploy

Deploy artifacts to Artifactory

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
uriURI of the Artifactory serveryes
usernameArtifactory usernameyes
passwordArtifactory passwordyes
build-nameName of the buildyes
build-numberNumber of the buildyes${{ github.run_number }}
build-uriURI of the build that produced the artifacts that are to be deployedno${{ format('{0}/{1}/actions/runs/{2}', github.server_url, github.repository, github.run_id) }}
folderFolder containing the artifacts to deployyes
projectProject in which build info should be storedno
repositoryArtifactory repository to which the artifacts should be deployed
threadsNumber of threads to use when deploying artifactsno1
signing-keyA PGP/GPG signing key that will be used to sign artifacts before they are deployedno
signing-passphrasePassphrase of the signing keyno
artifact-propertiesProperties 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

no outputs