You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2020/06/01 10:35:01 UTC

[maven] 14/29: fix stage name

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

olamy pushed a commit to branch it_runs
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 36dc0b804fa56b3b0b2174f5040a2126e35d611a
Author: olivier lamy <ol...@apache.org>
AuthorDate: Mon Jun 1 14:06:44 2020 +1000

    fix stage name
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 Jenkinsfile.its | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.its b/Jenkinsfile.its
index dfb96a6..c099bea 100644
--- a/Jenkinsfile.its
+++ b/Jenkinsfile.its
@@ -16,7 +16,7 @@ pipeline {
 //        stash name: 'mavenWrapper', includes: 'maven-wrapper/target/maven-wrapper.jar'
       }
     }
-    stage( "Checkout Maven Integration Testing" ) {
+    stage( "Run Maven Integration Testing" ) {
       steps {
         git url: "https://github.com/apache/maven-integration-testing.git", branch: "master"
 //        unstash name: 'apache-maven-bin.zip'