[java-idp-plugin-scripting] branch main updated: Fix typo in previous Do *NOT* test plugin snapshot with old IDP snapshot *DO*test released plugin with current IDPsnapshot
Rod Widdowson
rdw at steadingsoftware.com
Fri Mar 29 10:02:11 UTC 2024
This is an automated email from the git hooks/post-receive script.
rdw 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=c9fbdb4bf520e52524d7f61bad8699ec03ad3c78
The following commit(s) were added to refs/heads/main by this push:
new c9fbdb4 Fix typo in previous Do *NOT* test plugin snapshot with old IDP snapshot *DO*test released plugin with current IDPsnapshot
c9fbdb4 is described below
commit c9fbdb4bf520e52524d7f61bad8699ec03ad3c78
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Mar 29 10:01:49 2024 +0000
Fix typo in previous
Do *NOT* test plugin snapshot with old IDP snapshot
*DO*test released plugin with current IDPsnapshot
---
resources/jenkins/idp-versions.jenkinsfile | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/resources/jenkins/idp-versions.jenkinsfile b/resources/jenkins/idp-versions.jenkinsfile
index 775cefd..de63100 100644
--- a/resources/jenkins/idp-versions.jenkinsfile
+++ b/resources/jenkins/idp-versions.jenkinsfile
@@ -16,7 +16,7 @@
* 2) Test currrent idp version against every (potentially) supported plugin version
*
* git tag(s) 2.0.0
- * idp version 5.1.1-SNAPSHOT
+ * idp version 5.1.2-SNAPSHOT
*/
pipeline {
agent {
@@ -53,6 +53,7 @@ pipeline {
}
}
}
+ /* 1) Test current plugin snapshot against every (potentially) supported idp version */
stage('Test plugin snapshot with oldest IdP version') {
steps {
dir('java-idp-plugin-scripting-main') {
@@ -81,13 +82,15 @@ pipeline {
}
}
}
- stage('Test current plugin with future IdP version') {
+ /* 2) Test currrent idp version against every (potentially) supported plugin version */
+ stage('Test release plugin with future IdP version') {
steps {
dir('java-idp-plugin-scripting-2.0.0') {
- sh 'mvn clean test -D idp.version=5.1.1-SNAPSHOT'
+ sh 'mvn clean test -D idp.version=5.1.2-SNAPSHOT'
}
}
}
+
}
post {
always {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list