I have a scripted pipeline like,
# pipeline.groovy def call(Map pipelineParams = [:]) { pipeline { agent { ... } stages { sta