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

toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git


The following commit(s) were added to refs/heads/master by this push:
     new 72a4815  clean as part of testing
72a4815 is described below

commit 72a4815925ec9437124a690de7f137dc82a90abe
Author: Antoine Toulme <[email protected]>
AuthorDate: Sun May 3 23:26:31 2020 -0700

    clean as part of testing
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index df21809..e82d711 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -36,7 +36,7 @@ pipeline {
         stage('Build') {
             steps {
                 timeout(time: 60, unit: 'MINUTES') {
-                    sh "./gradlew allDependencies checkLicenses spotlessCheck 
assemble test integrationTest"
+                    sh "./gradlew clean allDependencies checkLicenses 
spotlessCheck assemble test integrationTest"
                 }
             }
         }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to