jenkins: strong type read pom
This commit is contained in:
parent
c074b6e549
commit
5a73f5d7ae
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue