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

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/master by this push:
     new 4d7deaf  Drops empty lines
4d7deaf is described below

commit 4d7deafb6b4de2ab6051203bc5f32841b7e71529
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Wed Jan 30 18:50:12 2019 +0100

    Drops empty lines
---
 Jenkinsfile | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 4e58b88..e0cad04 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,28 +1,22 @@
 pipeline {
-
   agent {
     label 'ubuntu'
   }
-
   options {
     buildDiscarder logRotator(daysToKeepStr: '14', numToKeepStr: '10')
     timeout(80)
     disableConcurrentBuilds()
   }
-
   tools {
     jdk 'JDK 1.7 (latest)'
     maven 'Maven 3 (latest)'
   }
-
   triggers {
     pollSCM 'H/15 * * * *'
   }
-
   environment {
-    MAVEN_OPTS = "-Xmx1024m -XX:MaxPermSize=256m"
+    MAVEN_OPTS = '-Xmx1024m -XX:MaxPermSize=256m'
   }
-
   stages {
     stage('Build') {
       steps {

Reply via email to