Skip to content

Commit 92bacf2

Browse files
author
markramach
committed
missing install
1 parent 8693b2e commit 92bacf2

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'
9+
sh 'mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent test package install'
1010
}
1111
}
1212
}

0 commit comments

Comments
 (0)