[java-idp-plugin-scripting] branch main updated: Make stage names unique

Tom Zeller tzeller at dragonacea.biz
Fri Jun 14 21:45:10 UTC 2024


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch main
in repository java-idp-plugin-scripting.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-scripting.git;a=commit;h=ddfee47382331c0a9efe5416a21b3ce3acb7efb4

The following commit(s) were added to refs/heads/main by this push:
     new ddfee47  Make stage names unique
ddfee47 is described below

commit ddfee47382331c0a9efe5416a21b3ce3acb7efb4
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Jun 14 16:43:12 2024 -0500

    Make stage names unique
---
 resources/jenkins/idp-versions.jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resources/jenkins/idp-versions.jenkinsfile b/resources/jenkins/idp-versions.jenkinsfile
index 743063f..cb69b80 100644
--- a/resources/jenkins/idp-versions.jenkinsfile
+++ b/resources/jenkins/idp-versions.jenkinsfile
@@ -68,7 +68,7 @@ pipeline {
                 }
             }
         }
-        stage('Test plugin snapshot with minor IdP version') {
+        stage('Test plugin snapshot with another minor IdP version') {
             steps {
                 dir('java-idp-plugin-scripting-main') {
                     sh 'mvn clean test -D idp.version=5.1.1'

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list