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 35d13e0 Give pseudo-stage a name
35d13e0 is described below
commit 35d13e056d82601b362c97a09fbc386819d93821
Author: Matt Sicker <[email protected]>
AuthorDate: Sun Apr 5 13:33:56 2020 -0500
Give pseudo-stage a name
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index a449c6d..5029fab 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -26,7 +26,7 @@ pipeline {
}
agent none
stages {
- stage {
+ stage('Checkout') {
parallel {
stage('Ubuntu') {
agent { label 'ubuntu' }