6 lines
97 B
Plaintext
6 lines
97 B
Plaintext
|
|
#!groovy
|
||
|
|
|
||
|
|
library 'first-class-pipeline'
|
||
|
|
def configurations = [:]
|
||
|
|
|
||
|
|
pipelineCall(configurations)
|