Re: Allow user to add icons

2012-06-12 Thread jcsirot
Hello, I have developed a similar plugin which allow users to add a custom icon on each job. https://github.com/jcsirot/custom-job-icon-plugin -- Jean-Christophe Le mardi 12 juin 2012 10:07:57 UTC+2, MaxiTrompe a écrit : Hello, I am making a plugin on Jenkins, and I wish to allow

New plugin: custom-job-icon-plugin

2012-08-09 Thread jcsirot
Hello, I created this new plugin https://github.com/jcsirot/custom-job-icon-plugin It gives the possibility to configure each job with a custom icon which can be displayed in the dashboard. Could you please fork it in the jenkinsci organization. My github Id is jcsirot Thank you

Re: New plugin: custom-job-icon-plugin

2012-08-09 Thread jcsirot
Thank you Nicolas. I have 2 questions : 1. It seems that I can't push to the forked repository. A custom-job-icon-plugin Developers teams has been created but the repository does not seem to be linked with this team. 2. Can you add the plugin to the BuildHive CI build? However I would like to

Re: New plugin: custom-job-icon-plugin

2012-08-09 Thread jcsirot
Thank you, everything is now working file. -- Jean-Christophe Le jeudi 9 août 2012 15:03:11 UTC+2, nicolas de loof a écrit : Don't know much about the committer team, need account owner to check CI job created https://jenkins.ci.cloudbees.com/job/plugins/job/custom-job-icon/

Re: New icon for a n Action

2014-07-25 Thread jcsirot
Hello, If you want to a add some static resources into your plugin (such as images), the common usage is to add a webapp directory to your source directory. Every file you put into this directory is available at runtime under this path : http://jenkins URL/plugin/plugin name/path to file

Re: Jenkins plugin written in Jruby.

2014-08-18 Thread jcsirot
You can look at the Gitlab Hook plugin https://github.com/jenkinsci/gitlab-hook-plugin Le vendredi 15 août 2014 20:32:01 UTC+2, Charles Sibbald a écrit : Does anyone know of any jenkins plugins written in Jruby with the source publicly available? -- You received this message because you

Re: Hosting request for Ansible plugin

2015-04-28 Thread jcsirot
Thank you. -- Jean-Christophe Le mardi 28 avril 2015 13:13:12 UTC+2, Ullrich Hafner a écrit : Created https://github.com/jenkinsci/ansible-plugin Welcome aboard! You will receive a GitHub invitation for your repository... Ulli Am 27.04.2015 um 18:36 schrieb jcsirot jcs...@gmail.com

Hosting request for Ansible plugin

2015-04-27 Thread jcsirot
Hi! I have developed a Jenkins Ansible plugin which provides these 2 build steps: - invoke an Ansible ad-hoc command - invoke an Ansible playbook Is it possible to fork my repository into the Jenkinsci organisation? Of course, any comment or feature request are welcome. My github ID: jcsirot

Jira component for the ansible plugin

2015-05-22 Thread jcsirot
Hello, Can an admin create a component for the ansible plugin in Jira? I am the maintainer of the plugin and my user id is sirot Thanks in advance -- Jean-Christophe Sirot -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe

Good pratices for workflow plugin support

2015-09-15 Thread jcsirot
Hi, I am currently working on the support of the workflow plugin for the ansible plugin and I'm facing some questions. 1. I wonder which versions of jenkins and workflow plugin I should use in the pom.xml? For the moment I'm using Jenkins 1.580.1 and workflow 1.4.2 but the docker workflow

Re: configuration for ansible plugins

2015-09-23 Thread jcsirot
Hello You need to indicate to Jenkins where the ansible binary is located. Go to the Jenkins configuration and look for the ansible installation section. You need to create at least one installation. The name field must contain a symbolic name to identify this ansible installation and the

Best practices for integration of credentials in a plugin

2015-12-14 Thread jcsirot
Hello, I am working on the integration of the ansible vault feature (i.e. password protected configuration files) in the ansible plugin. I want to give the possibility to select the password from the credential plugin dropdown box. So I see 3 possibilities to do that : 1. Use the

Re: Best practices for integration of credentials in a plugin

2015-12-15 Thread jcsirot
ld for the vault. What is the issue with it? Maybe it is possible to > improvement it? > > Best regards. > > Le lun. 14 déc. 2015 à 15:13, jcsirot <jcs...@gmail.com > a > écrit : > >> Hello, >> >> I am working on the integration of the ansible vault feature

Re: Ansible Plugin maintainers membership request

2017-11-03 Thread jcsirot
.com > > wrote: > > > > I can work close to the current maintainer jcsirot if he agree. > > Please include the current maintainer in such threads. Not everyone > (unfortunately) reads the dev list. > > -- You received this message because you are subscribed

Re: Ansible Plugin Maintenance

2018-01-02 Thread jcsirot
Hi Michael Sorry for not answering your message earlier. 2017 was a frantic year for me (new job, new technologies... And not working directly with Ansible) and, to be honnest, I did not find a lot of time to keep working on the ansible plugin. In October Emilo Escobar starts working on the