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 <[email protected]> AuthorDate: Mon Jun 1 14:06:44 2020 +1000 fix stage name Signed-off-by: olivier lamy <[email protected]> --- 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'
