fabric8io / osio-pipeline

DSL and utility functions in groovy for running Jenkins OSIO Pipeline
13 stars 17 forks source link

refactor the pipeline code #117

Closed hrishin closed 5 years ago

hrishin commented 5 years ago

Most of Utils functions are static. Static functions can be imported statically like this https://github.com/fabric8io/osio-pipeline/pull/102/files#diff-5ee6d7efbcc2ff1a67ee14a2db6b1221R6.

It could improve the overall readability as per comment https://github.com/fabric8io/osio-pipeline/pull/102.