You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2022/04/07 06:52:11 UTC

[struts-site] branch test-build updated: Renames stages

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

lukaszlenart pushed a commit to branch test-build
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/test-build by this push:
     new bbfa03f95 Renames stages
bbfa03f95 is described below

commit bbfa03f95839d8d8b9301712b3b6f7a932a5ce22
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Thu Apr 7 08:52:07 2022 +0200

    Renames stages
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index dc49e0990..937ecfd54 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -31,7 +31,7 @@ pipeline {
         """
       }
     }
-    stage('Deploy') {
+    stage('Deploy to stage area') {
       steps {
         sh """
           echo "Pushing changes into stage site"
@@ -56,7 +56,7 @@ pipeline {
         """
       }
     }
-    stage('Comment') {
+    stage('Comment on PR') {
       when {
         changeRequest()
       }