jenkins build deployment artifact without test dependencies #32
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
currently, the jenkins pipeline builds a deployment artifact, but it contains all the gems for testing. that takes up a bit of unnecessary space, and those parts aren't needed for the production artifacts, so remove them.