Praqma / pretested-integration-plugin

A generic pretest commit plugin for Jenkins CI
MIT License
7 stars 14 forks source link

Move buildwrapper logic to external class #50

Closed groenborg closed 7 years ago

groenborg commented 7 years ago

Separate the build wrapper pip logic into a external java class, and remove the domain specific dependencies, so it can be used in the pipeline setup as well

kryptag commented 7 years ago

the issue here is to move the already made logic that is used in the buildwrapper, to an Java class that can be used both in AbstractBuilds and Pipelines

groenborg commented 7 years ago

This is also based on wrong assumptions, and will be closed