Skip to content

Commit e3c9533

Browse files
author
markramach
committed
skip tests
1 parent 92bacf2 commit e3c9533

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pipeline {
66
stages {
77
stage('Build') {
88
steps {
9-
sh 'mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent test package install'
9+
sh 'mvn -DskipTests -Dmaven.test.skip=true clean org.jacoco:jacoco-maven-plugin:prepare-agent test package install'
1010
}
1111
}
1212
}

0 commit comments

Comments
 (0)