Perfect. Thanks. Request submitted: https://github.com/jenkins-infra/repository-permissions-updater/issues/3746
lørdag den 13. januar 2024 kl. 12.52.31 UTC+1 skrev [email protected]: > Hi, > > You can follow > https://www.jenkins.io/doc/developer/publishing/requesting-hosting/ in > order to host your plugin > > Best way is to start with > > mvn archetype:generate -B -DarchetypeGroupId=io.jenkins.archetypes > -DarchetypeArtifactId=empty-plugin -DhostOnJenkinsGitHub=true > -DarchetypeVersion=1.23 -DartifactId=<artifact id> > > And then implement the extension and tests. It will ensure you have all > the require files matching the archetype. > > If you follow correctly all steps, the plugin can be hosted and released > in matter of days on the plugin center. > > Regards, > > On Friday, January 12, 2024 at 4:52:40 PM UTC+1 [email protected] wrote: > >> Hi Jenkins Dev, >> >> >> >> We need to use Azure to provision build agents and therefore need to >> store the azure creds (service principal or a managed identity) as a >> jenkins credential. As we are deploying on Kubernetes we rely on the >> Kuberneters >> Credentials Provider plugin >> <https://github.com/jenkinsci/kubernetes-credentials-provider-plugin> >> for all our credentials. >> >> This plugin does not currently support the azure credentials types. >> >> >> >> I have created this PR >> <https://github.com/jenkinsci/kubernetes-credentials-provider-plugin/pull/94> >> >> in order to support both the service principal and the managed identity, >> but as indicated here >> <https://github.com/jenkinsci/kubernetes-credentials-provider-plugin/pull/94#issuecomment-1867550472>, >> >> this is best supported by a separate plugin. >> >> >> >> Can’t find any existing support for this. I therefore believe the best >> way forward are to implement a new plugin to handle this – just as is the >> case with for example >> https://plugins.jenkins.io/bitbucket-kubernetes-credentials/. Please let >> me know if there’s another way that is preferred. >> >> >> >> Suggested name: azure-kubernetes-credentials-plugin. >> >> >> >> >> >> Venlig hilsen >> >> >> >> *Tue Sørensen Dissing* >> >> Chefkonsulent >> >> DevOps >> >> >> >> +45 72 37 77 61 <+45%2072%2037%2077%2061> >> >> [email protected] >> >> >> >> [image: Udviklings- og Forenklingsstyrelsen] <http://www.ufst.dk> >> >> >> >> Udviklings- og Forenklingsstyrelsen >> >> Osvald Helmuths Vej 4, 2000 Frederiksberg >> >> www.ufst.dk >> >> >> >> Sådan behandler vi persondata <https://www.ufst.dk/privatlivspolitik/> >> >> Udviklings- og Forenklingsstyrelsen er en del af Skatteforvaltningen >> >> >> > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/41a8ad57-212c-420d-b944-b22e76f4fa63n%40googlegroups.com.
