This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/master by this push:
     new 33f48e3  [Jenkinsfile] added goal 'deploy'
33f48e3 is described below

commit 33f48e3437f2c098a057ab617bc6c522a618eca7
Author: tibordigana <[email protected]>
AuthorDate: Sun Aug 25 11:29:17 2019 +0200

    [Jenkinsfile] added goal 'deploy'
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 4b906d6..1cee6be 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -37,7 +37,7 @@ final def jdks = [13, 12, 11, 8, 7]
 
 final def options = ['-e', '-V', '-B', '-nsu', '-P', 'run-its']
 final def goals = ['clean', 'install']
-final def goalsDepl = ['clean', 'install', 'jacoco:report']
+final def goalsDepl = ['clean', 'deploy', 'jacoco:report']
 final Map stages = [:]
 
 oses.eachWithIndex { osMapping, indexOfOs ->

Reply via email to