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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit May 20, 2025
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: juanparraiv/pipelinegenie-build@d2d9d9e65b30c0c794f0457a843deb06e7847987 # v1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
technologyTechnology to use for the build. Avaliable options: maven, python, node, gradle.yes
config-jsonJSON string containing workflow config parameters.yes
namedescription
ARTIFACT_NAMEName of the artifact generated by the build.