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 03:34:16 UTC

[logging-log4j2] branch master updated: Use any agent for post recording

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 97d1203  Use any agent for post recording
97d1203 is described below

commit 97d1203123c776d2f02ddfdfe6f59ef1cf162d66
Author: Matt Sicker <bo...@gmail.com>
AuthorDate: Sat Apr 4 22:33:46 2020 -0500

    Use any agent for post recording
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 484c35f..6a52cf6 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -24,7 +24,7 @@ pipeline {
         parallelsAlwaysFailFast()
         durabilityHint 'PERFORMANCE_OPTIMIZED'
     }
-    agent none
+    agent any
     stages {
         stage('Build') {
             parallel {