juanparraiv/pipelinegenie Build action
This action checks the technology used in the project (Python or Node.js), performs a build operation, and then uploads the resulting build artifacts. The artifacts are retained for a specified number of days. This action is useful for continuous integration workflows where you want to build your project and store the build output for later use or deployment.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit May 20, 2025
- License
- None
Pinned Snippet
uses: juanparraiv/pipelinegenie-build@d2d9d9e65b30c0c794f0457a843deb06e7847987 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| technology | Technology to use for the build. Avaliable options: maven, python, node, gradle. | yes | — |
| config-json | JSON string containing workflow config parameters. | yes | — |
Outputs
| name | description |
|---|---|
| ARTIFACT_NAME | Name of the artifact generated by the build. |