jenkins: strong type read pom

This commit is contained in:
Paul Campbell 2018-03-03 09:22:28 +00:00
parent c074b6e549
commit 5a73f5d7ae

View file

@ -1,6 +1,6 @@
final String gitRepoUrl = 'git@github.com:kemitix/mon.git'
final String mvn = "mvn --batch-mode --update-snapshots"
def pom = readMavenPom file: 'pom.xml'
final Model pom = readMavenPom file: 'pom.xml'
pipeline {
agent any