[java-idp-plugin-webauthn] branch main updated: Schedule test-and-install-locally job daily, not weekly
Tom Zeller
tzeller at dragonacea.biz
Sat Jan 27 14:39:19 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-webauthn.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-webauthn.git;a=commit;h=c34378185cebc1ddb237cde7fb40031a05a12183
The following commit(s) were added to refs/heads/main by this push:
new c343781 Schedule test-and-install-locally job daily, not weekly
c343781 is described below
commit c34378185cebc1ddb237cde7fb40031a05a12183
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Sat Jan 27 08:39:00 2024 -0600
Schedule test-and-install-locally job daily, not weekly
https://shibboleth.atlassian.net/browse/JWEBAUTHN-2
---
resources/jenkins/v1-java17.jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/jenkins/v1-java17.jenkinsfile b/resources/jenkins/v1-java17.jenkinsfile
index 569ec12..747f365 100644
--- a/resources/jenkins/v1-java17.jenkinsfile
+++ b/resources/jenkins/v1-java17.jenkinsfile
@@ -13,7 +13,7 @@ pipeline {
maven 'Apache Maven'
}
triggers {
- cron "@weekly"
+ cron "@daily"
}
stages {
stage('Install locally') {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list