[java-idp-plugin-scripting] branch main updated: Fix bad version from testing notifications

Tom Zeller tzeller at dragonacea.biz
Fri Dec 15 17:05:10 UTC 2023


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=c1a79f9b31e47600528c58ff6ca69d8a08ceb35b

The following commit(s) were added to refs/heads/main by this push:
     new c1a79f9  Fix bad version from testing notifications
c1a79f9 is described below

commit c1a79f9b31e47600528c58ff6ca69d8a08ceb35b
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Dec 15 11:05:02 2023 -0600

    Fix bad version from testing notifications
---
 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 7e05d8a..197a196 100644
--- a/resources/jenkins/idp-versions.jenkinsfile
+++ b/resources/jenkins/idp-versions.jenkinsfile
@@ -50,7 +50,7 @@ pipeline {
         stage('Test current snapshot with current IdP version') {
             steps {
                 dir('java-idp-plugin-scripting-2.0.0') {
-                    sh 'mvn clean test -D idp.version=5.1.0'
+                    sh 'mvn clean test -D idp.version=5.0.0'
                 }
             }
         }

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


More information about the commits mailing list