Plugin Development - Ajax Example

2020-05-19 Thread Aytunc Beken
Hi, I am trying to implement Ajax call in UI page. I could only find this page (https://wiki.jenkins.io/display/JENKINS/AJAX+with+JavaScript+proxy) however it did not worked. I will be glad if anyone can point some help. - Documentation - Plugin implemented Ajax - Plugin implemented Jquery T

Re: Plugin Development - Ajax Example

2020-05-19 Thread Aytunc Beken
dbfd5c5c67c6/core/src/main/java/hudson/widgets/HistoryWidget.java#L210-L256 >- Jelly with embedded JavaScriptL > > https://github.com/jenkinsci/jenkins/blob/master/core/src/main/resources/hudson/widgets/HistoryWidget/index.jelly#L79-L115 > > BR, Oleg > > On Tuesday

Re: Plugin Development - Ajax Example

2020-05-22 Thread Aytunc Beken
ay 19, 2020 at 11:49 AM Ullrich Hafner > > wrote: >> >>> You can also have a look at some plugins that use the new JS UI >>> components (bootstrap, charts, datatables). All of these plugins use Ajax >>> to populate charts and tables: they also use the techniqu

Plugin Adoption - Purge Job History Plugin

2019-07-30 Thread Aytunc Beken
Hi, I would like to adopt Purge Job History Plugin ( https://github.com/jenkinsci/purge-job-history-plugin) if possible. Current maintainer accepted adoption, you can see his consent in this pull request ( https://github.com/jenkinsci/purge-job-history-plugin/pull/3 ) My GitHub account is https:/

Re: Plugin Adoption - Purge Job History Plugin

2019-08-06 Thread Aytunc Beken
is the > repository we use as reference who is a maintainer. > > File a PR to the file corresponding to the plugin, and make sure to > reference the maintainer's public approval there. > > > On 30. Jul 2019, at 16:52, Aytunc Beken > wrote: > > > > Hi, >

Re: Plugin Adoption - Purge Job History Plugin

2019-08-07 Thread Aytunc Beken
erence who is a maintainer. > > File a PR to the file corresponding to the plugin, and make sure to > reference the maintainer's public approval there. > > > On 30. Jul 2019, at 16:52, Aytunc Beken > wrote: > > > > Hi, > > > > I would like

Light Runner With Page

2019-11-06 Thread Aytunc Beken
Dear All, I would like to get suggestions about plugin development. Currently I am developing a plugin which do lots of in the background and I log things to Jenkins Server logs. I wan to create a page or light run like the one in MultiBranch Pipeline Scan log where user can follow what is going o

About - Simple Pull Request Plugin

2020-02-10 Thread Aytunc Beken
Hi, I was planning to work on a new plugin for enabling Yaml files for Pipelines. However I found this plugin and it looks similar. https://jenkins.io/blog/2018/07/17/simple-pull-request-plugin/ Does any one knows about it? Does is still continues ? Thanks. Regards -- You received this messag

Re: About - Simple Pull Request Plugin

2020-02-12 Thread Aytunc Beken
is area in short-term, I will adjust my project >> idea accordingly. >> >> Best regards, >> Oleg >> >> >> On Monday, February 10, 2020 at 11:05:01 AM UTC+1, Aytunc Beken wrote: >>> >>> Hi, >>> >>> I was planning to work on

Re: About - Simple Pull Request Plugin

2020-02-17 Thread Aytunc Beken
; Would be great > > > > On Wednesday, February 12, 2020 at 1:50:25 PM UTC+1, Aytunc Beken wrote: >> >> Hi Oleg, >> >> Thanks for the details. The projects which are proposed/developed are >> similar what I want to achieve. However, approach may differ. >

Re: About - Simple Pull Request Plugin

2020-02-18 Thread Aytunc Beken
Hi Oleg, Nice to meet you Vu Tuan. I have some doubts, may be you can help me understand things. - Why the name of the plugin is different ? Also It says it is about pull requests from various version controls. If this plugin will continue focusing on both, It will be good to separate them.

Re: About - Simple Pull Request Plugin

2020-02-22 Thread Aytunc Beken
insights on the project. > Let us know if you have any further questions. > > Thanks, > Vu Tuan > > On Wednesday, February 19, 2020 at 4:54:07 AM UTC+8, Aytunc Beken wrote: >> >> Hi Oleg, >> >> Nice to meet you Vu Tuan. >> >> I have some doubts, ma

Re: About - Simple Pull Request Plugin

2020-02-25 Thread Aytunc Beken
would be great to put a notice with a link to this thread so that > potential applicants know there is ongoing parallel effort. > > BR, Oleg > > > > On Sat, Feb 22, 2020 at 2:25 PM Aytunc Beken > wrote: > >> Hi Vu Tuan, >> >> Thank you for the detailed in

Re: [GSOC 2020 PROJECT IDEA] Autobuild without Jenkinsfile

2020-02-26 Thread Aytunc Beken
Hey, You can also check this plugin, https://plugins.jenkins.io/remote-file/. Idea is to have centralized Jenkins file for all multibranch projects. May be it can be helpful. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscri

Re: About - Simple Pull Request Plugin

2020-02-26 Thread Aytunc Beken
Hi Oleg, Came to my mind after I saw the Gsoc Approval. If you want/need, I will be happy to support/help you for mentoring this plugin. I do not know what are the requirements for this, just wanted to say this. Thanks. On Tuesday, February 25, 2020 at 9:28:44 AM UTC+1, Aytunc Beken wrote

Re: About - Simple Pull Request Plugin

2020-02-28 Thread Aytunc Beken
bably a quicker intro. > TL;DR: There is no need to make any commitment until April, but in summer > GSoC mentorship may require around 5 hours per week, give or take. > > Best regards, > Oleg > > On Wednesday, February 26, 2020 at 5:18:11 PM UTC+1, Aytunc Beken wrote: >&g

How to Change Plugin Name - Remote File Plugin

2020-03-28 Thread Aytunc Beken
Hi, I would like to change "Remote File Plugin" to more understandable name like "Multibranch Remote Jenkinsfile Plugin". - It this name okay to use ? - How can I do that ? Thanks. https://issues.jenkins-ci.org/browse/JENKINS-45273?focusedCommentId=387340&page=com.atlassian.jira.plugin.syst

Re: How to Change Plugin Name - Remote File Plugin

2020-04-02 Thread Aytunc Beken
Thanks, I am also interested in changing the name Wiki page name, is that possible? On Sat, Mar 28, 2020 at 6:00 PM James Nord wrote: > change the 'name' element in pom.xml. > > you will also need to change any references you have in the plugin > (index.jelly for example). > > just don't change

Re: How to Change Plugin Name - Remote File Plugin

2020-04-23 Thread Aytunc Beken
populated from pom file >>> though. >>> >>> I would take the opportunity to make sure your documentation (url in >>> pom) is pointed at github so you can make changes as needed. >>> >>> Blog: https://jenkins.io/blog/2019/10/21/plugin-docs-on-github/