You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2020/04/05 18:24:28 UTC

[logging-log4j2] branch master updated: Wrap in stage

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

mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/master by this push:
     new e2087e6  Wrap in stage
e2087e6 is described below

commit e2087e6ce5fab7ad612b2c558dc62647916ed3c5
Author: Matt Sicker <bo...@gmail.com>
AuthorDate: Sun Apr 5 13:24:07 2020 -0500

    Wrap in stage
---
 Jenkinsfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 6cd5df0..a449c6d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -26,6 +26,7 @@ pipeline {
     }
     agent none
     stages {
+        stage {
         parallel {
             stage('Ubuntu') {
                 agent { label 'ubuntu' }
@@ -76,6 +77,7 @@ pipeline {
             }
         }
     }
+    }
     post {
         fixed {
             slackSend channel: 'logging',