khulnasoft/Jenkins status action
monitor Jenkins nodes and generate a markdown report for your inventory and alerts when nodes are offline
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 13, 2025
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: khulnasoft/jenkins-status-action@59dbda1f1ba202e7284a2b5ed93412e204510b7a # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| jenkins-domain | The domain name of your Jenkins server without the protocol or trailing slash | yes | jenkins.example.com |
| jenkins-username | The username of the Jenkins user | yes | — |
| jenkins-token | The API token of the Jenkins user | yes | — |
| database | File that stores the state of the Jenkins Nodes | yes | — |
| github-token | Token to access the repository | no | — |
| report-tags-enabled | Enable the use of tags in the report | no | — |
| report-start-tag | Start tag to be used in the report | no | <!-- JENKINS-REPORTING:START --> |
| report-end-tag | End tag to be used in the report | no | <!-- JENKINS-REPORTING:END --> |
| issue-assignees | List of assignees for the issue to be generated | no | — |
| issue-labels | List of labels for the issue to be generated | no | — |
| generate-issue | Automatically generate an issue with the discrepancies | no | — |
| auto-close-issue | Automatically close the issue when the agent is up again | no | — |
| report | File that stores the report of Jenkins nodes | no | — |
| auto-commit | Automatically commit the changes to the repository | no | — |
| auto-push | Automatically push the changes to the repository | no | — |
| create-issues-for-new-offline-nodes | Automatically generate an issue if the node is offline and has not been previously recorded in the database | no | true |
| disk-alert-level | The percentage of disk usage that will trigger an alert | no | — |
Outputs
| name | description |
|---|---|
| computers | The list of Jenkins computers with all the details |