Skip to content

Commit

Permalink
#23 only use debug
Browse files Browse the repository at this point in the history
  • Loading branch information
abelhegedus committed Aug 6, 2018
1 parent 9c4cbad commit 124425a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ pipeline {
configFile(fileId: 'default-maven-toolchains', variable: 'TOOLCHAIN'),
configFile(fileId: 'default-maven-settings', variable: 'MAVEN_SETTINGS')]) {

sh "mvn dependency:tree -f tests/m2m.batch.cps2dep.yamtl.tests/pom.xml -X -s $MAVEN_SETTINGS -Dviatra.repository.url=${params.VIATRA_REPOSITORY_URL} -Dcps.test.vmargs='-Dgit.clone.location=$WORKSPACE/cps-demo/cps' -Dmaven.repo.local=$WORKSPACE/.repository -B -t $TOOLCHAIN"
sh "mvn clean verify -X -s $MAVEN_SETTINGS -Dviatra.repository.url=${params.VIATRA_REPOSITORY_URL} -Dcps.test.vmargs='-Dgit.clone.location=$WORKSPACE/cps-demo/cps' -Dmaven.repo.local=$WORKSPACE/.repository -B -t $TOOLCHAIN"
}
}
Expand Down

0 comments on commit 124425a

Please sign in to comment.