[java-idp-plugin-webauthn] branch main updated: Fix copy / paste error and scheduling todo

Tom Zeller tzeller at dragonacea.biz
Sat Jan 27 14:51:05 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=f76bff4d9f215704692c362284779ee44909209d

The following commit(s) were added to refs/heads/main by this push:
     new f76bff4  Fix copy / paste error and scheduling todo
f76bff4 is described below

commit f76bff4d9f215704692c362284779ee44909209d
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Sat Jan 27 08:50:56 2024 -0600

    Fix copy / paste error and scheduling todo
    
    https://shibboleth.atlassian.net/browse/JWEBAUTHN-2
---
 resources/jenkins/v1-java17.jenkinsfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/resources/jenkins/v1-java17.jenkinsfile b/resources/jenkins/v1-java17.jenkinsfile
index 747f365..30c555b 100644
--- a/resources/jenkins/v1-java17.jenkinsfile
+++ b/resources/jenkins/v1-java17.jenkinsfile
@@ -13,12 +13,13 @@ pipeline {
         maven 'Apache Maven'
     }
     triggers {
+        // TODO should be triggered upon commit 
         cron "@daily"
     }
     stages {
         stage('Install locally') {
             steps {
-                sh '-V -B --update-snapshots clean install -D no-check-m2'
+                sh 'mvn -V -B --update-snapshots clean install -D no-check-m2'
             }
         }
     }

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


More information about the commits mailing list