Re: readMavenPom gone from Pipeline Utility Steps?

2019-01-04 Thread KeithC
I do get a list of valid steps, and readMavenPom was not included among them. Nor does it show up in the pipeline editor. The same pipeline script worked fine prior to the Pipeline Utlity Steps upgrade. Further, downgrading Pipeline Utility Steps to the previous version made the problem go

Re: readMavenPom gone from Pipeline Utility Steps?

2019-01-04 Thread Jan Monterrubio
Do you get a list of valid steps? I’ve found that sometimes I put be wrong dsl construct so the suggested methods will give me less options and I’ll realize I’m not in a step but within a stage or vice versa. On Fri, Jan 4, 2019 at 14:35 KeithC wrote: > With version 2.2.0 of Pipeline Utility

readMavenPom gone from Pipeline Utility Steps?

2019-01-04 Thread KeithC
With version 2.2.0 of Pipeline Utility Steps, I appear to be unable to call "readMavenPom" from my Jenkinsfile. The build log has an error: java.lang.NoSuchMethodError: No such DSL method 'readMavenPom' found among steps I can file a bug, but I wanted to verify that I wasn't missing