Another typo in the Jenkinsfile

pull/20/head
Jens Pelzetter 2022-01-10 20:23:10 +01:00
parent 76b79fd004
commit 13debac95f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -8,7 +8,7 @@ pipeline {
steps {
dir('') {
//sh 'mvn clean package verify -Prun-its-with-wildfly-h2mem -Dwildfly.propertiesFile=/srv/libreccm-wildfly.properties'
sh 'mvn clean package
sh 'mvn clean package'
}
}
}