Gitea / Forgejo Test Package
Tests whether files are present in a generic Forgejo or Gitea package.
The files are selected using glob patterns.
Params
| Param | Description |
|---|---|
API_URL | Forgejo API URL (string) |
API_USER | User for authentication (string) |
API_PASSWORD | Password for authentication (string) |
PACKAGE_OWNER | Owner of the package (string) |
PACKAGE_NAME | Package name (string) |
PACKAGE_VERSION | Package version (string) |
FILES | Space separated list of file patterns to be included (shell syntax) (string) |
FAIL | Whether the task should fail on the specified condition (default: exists) ("exists" | "does-not-exist" | "false") |
RESULT_VAR | Name of a runtime variable for setting the step result ("failure" | "exists" | "does-not-exist") to (string) |