Re: [GSoC2016]- jenkins2.0 website UI and UX

2016-03-15 Thread Arshad Khan
Sure, I will link a detailed doc for this project. On Tuesday, March 15, 2016 at 12:22:16 AM UTC+5:30, Arshad Khan wrote: > > Hello Tyler, > > I have been reading Gus and Daniel visions for Jenkins 2.0 website. I > visited beta.jenkins.io and found that there is room for enhancement at >

[2.0] release status call

2016-03-15 Thread Kohsuke Kawaguchi
>From another "better late than never" backlog, I've just added to the calendar a new weekly call to go through the status of the 2.0 effort from here to the release. This is Monday noon pacific time, and intended for people who are working on 2.0.

[2.0] pushing out beta, RC, and GA by a week

2016-03-15 Thread Kohsuke Kawaguchi
Based on the # of moving stories and all the in-flight tasks which you can see here , Daniel, Patrick, myself and a few others talked offline and decided that we are not on track to release a beta tomorrow that meets the

Plugin Tutorial seems broken, help wanted

2016-03-15 Thread Sean Jones
I am trying to break a plugin up to date but I am not having much luck with Maven. I decided to try create a plugin from scratch, copy the source over and add the dependencies one at a time to clean things up. However, the Plugin Tutorial

Re: [GSoC2016] - Jenkins Website

2016-03-15 Thread Aayush Ranaut
Thanks Sir, I am not looking to develop the website from scratch. There are several things which can be improved to enhance the user experience. Some of which include: 1. Fixing the addition white spaces.

Re: [GSoC2016] - Jenkins Website

2016-03-15 Thread Oleg Nenashev
UPD: Source codes are located at https://github.com/jenkins-infra/jenkins.io/ вторник, 15 марта 2016 г., 23:26:19 UTC+1 пользователь Oleg Nenashev написал: > > Hi Pratmesh, > > Thanks for contacting us! > Currently Jenkins 2.0 website is mostly done. Here is the test instance: >

Re: [GSoC2016] - Jenkins Website

2016-03-15 Thread Oleg Nenashev
Hi Pratmesh, Thanks for contacting us! Currently Jenkins 2.0 website is mostly done. Here is the test instance: http://jenkins.io/ So the website development from scratch does not seem to be an option now. There are particular cases we consider for the next iteration. E.g. automatic publishing

Re: [GSoC2016] - Jenkins Website

2016-03-15 Thread Aayush Ranaut
I have started working on my proposal which includes the places which need improvements/fixes. Also I am not able to find the source code for the website 2.0. It would be really appreciated if someone could point me in the right direction, so I can start fixing some of the bugs as soon as

[GSoC2016] - Jenkins Website

2016-03-15 Thread Aayush Ranaut
Hi there! My name is Prathmesh. I started programming when I was in 8th grade(2009) because I was intrigued by how a computer worked. I self-taught myself how to program and now I am proficient with developing web apps in various technologies/languages. I have several open source projects, a

Re: [GSoC2016] - Plugin for Quartus II EDA-tool integration

2016-03-15 Thread Oleg Nenashev
Hi Georgiy, I've added Martin (the potential mentor) to Cc. Yes, Quartus is in the scope of this project area. My recommendation would be to start from automating the flow for one of your student projects using built-in Jenkins features. FYI there is a solution page

Re: YAML Project plugin unmaintained?

2016-03-15 Thread Christopher Orr
> On 14 Mar 2016, at 15:37, Jesse Glick wrote: > > The most recent release was in October, but neither of the two active > developers (@astroilov, @mattmoor) seem to respond to requests for > comment. Would CC them but they do not make their email address > public. Both

Re: textbox in jellyscript

2016-03-15 Thread Daniel Beck
On 15.03.2016, at 06:54, Irfan Sayed wrote: > if we can not achieve this in jelly, what all other options we have ? Use an operating system that's not terrible and you have text drag & drop provided by the system ;-) (Seriously, does Windows not support this?) -- You

[GSoC2016] - Plugin for Quartus II EDA-tool integration

2016-03-15 Thread Georgiy Zhemelev
Hello, My name is Georgiy and I live in Saint-Petersburg, Russia. I study Information Science at SPbPU and at the moment I'm in my 3rd year. My university collaborates with Altera corporation which is famous for its FPGA boards and EDA-tools for FPGA design. One of them is Quartus II

Tracking work for 2.0

2016-03-15 Thread Kohsuke Kawaguchi
One of the feedbacks on 2.0 has been that we need to bring more transparency to what's being targeted for the initial launch and what's the remaining work. I took much too long, but I finally created https://issues.jenkins-ci.org/secure/RapidBoard.jspa?rapidView=66 Comments, thoughts, etc are

Re: [GSoC2016] - Project proposal: New generation of Fingerprinting engine

2016-03-15 Thread Oleg Nenashev
Nice! It's almost ready to go IMHO вторник, 15 марта 2016 г., 16:19:06 UTC+1 пользователь Ricardo Hernandez написал: > > Hi! > > I have updated the proposal > > > draft after reading the

Re: [GSoC2016]- jenkins2.0 website UI and UX

2016-03-15 Thread R. Tyler Croy
(replies inline) On Mon, 14 Mar 2016, Arshad Khan wrote: > Hello Tyler, > > I have been reading Gus and Daniel visions for Jenkins 2.0 website. I > visited beta.jenkins.io and found that there is room for enhancement at > several place. I would like to contribute in development and designing

Re: Question about the docker-pipeline plugin

2016-03-15 Thread nicolas de loof
docker-pipeline does rely on docker-exec to enter a container an run commands inside it, so the jenkins slave remoting still applies to the hosting node. this was inspired by Docker Custom Build Environment Plugin (aka Oki Docki plugin) Main benefit is you can run arbitrary docker image, you

Maintenance of S3 Plugin

2016-03-15 Thread Jimilian
Hi everyone! In our company we are using Jenkins and S3 plugin very hard. We already have a lot of improvements for S3. But this plugin are not maintained anymore. So, we decided to take ownership on it and to share our improvements with

Debugging Maven/JUnit Plugins Issue - Cycle Dependency

2016-03-15 Thread janpridal
Hello, I tried to follow the instructions for debugging Jenkins plugins given here. https://wiki.jenkins-ci.org/display/JENKINS/Plugin+tutorial#Plugintutorial-DebuggingaPlugin I cloned the Git repo for JUnit (and later Maven) Jenkins plugin, starting the Jenkins from cloned repository with

Question about the docker-pipeline plugin

2016-03-15 Thread guobao . li
Hello, everyone! I'm working on the subject about the "Integration of Docker plugins with Jenkins 2.0 features". I have learned that the Docker-Pipeline Plugin can run the pipeline steps inside the containers by using Jenkins Slave, but i'm wondering the interest of running the pipeline steps

Re: textbox in jellyscript

2016-03-15 Thread Irfan Sayed
So you mean, jelly script does not provide this feature OR java-script has easy way to achieve this requirement ? Regards On Tue, Mar 15, 2016 at 3:59 PM, Kirill Merkushev wrote: > Custom js at your service :) > > вторник, 15 марта 2016 г., 8:54:16 UTC+3 пользователь

Re: [GSoC2016] - New generation of Fingerprinting engine for Jenkins

2016-03-15 Thread Oleg Nenashev
Hi Ankit, No problem with the delay, there is enough time to discuss the proposal. In the doc it is specified that the project should be done by 2-3 students. > Can I do it alone ? > It depends on the proposal scope. Once you have a proposal draft, we will be able to provide an feedback on

Re: [GSoC2016] - Project proposal: New generation of Fingerprinting engine

2016-03-15 Thread Ricardo Hernandez
Hi! I have updated the proposal draft after reading the feedback provided. Regards, Ricardo On Sunday, March 13, 2016 at 9:26:09 PM UTC+1, Ricardo Hernandez wrote: > > > Hi! > > I am a student

Re: Jenkins Plugin Wiki say "No Information For this Plugin"

2016-03-15 Thread 'srikant' via Jenkins Developers
Hi  Looks like the plugin is updated in the maven repo etc and everything looks good. I seem to be running into a weird page behavior issue on  https://wiki.jenkins-ci.org/display/JENKINS/CA+APM+Plugin. The macro  {jenkins-plugin-info:pluginId=ca=apm} seem to work sometimes and I can all the

RE: Liking to follow-up the Pull Request for grinder plugin

2016-03-15 Thread Akai Kaede
@eivndw, thanks confirmed PR processed. @Jenkinsci-dev, I like to maintain the plugin further and appreciate if someone can grants the appropriate control to my account Thanks, Kaede Date: Mon, 14 Mar 2016 20:06:46 +0100 Subject: Re: Liking to follow-up the Pull Request for grinder plugin

SECURITY issues in plugins

2016-03-15 Thread Daniel Beck
Hi everyone, So far we haven't done a great job informing plugin maintainers of security issues reported in our JIRA. This needed to change and I've now configured JIRA so we can assign SECURITY issues to plugin maintainers. Some of you may already have been assigned issues in SECURITY for

[GSoC2016] - Office hours for students and mentors on March 17th and 20th

2016-03-15 Thread Oleg Nenashev
Good day, We have scheduled Google Summer of code office hours to the next week. - Thursday, March 17th - 9AM UTC for Asia/Oceania/Europe (Oleg Nenashev

Re: Help with audit2db-plugin

2016-03-15 Thread Victor Martinez
Poking jenkinsci-dev group On Tuesday, 15 March 2016 07:55:38 UTC, Ricardo García Fernández wrote: > > Hi everyone! First thanks a lot for your job and maintaining Jenkins > community :) > > We are making changes into the plugin to close database conections: > *

Re: Maintenance of S3 Plugin

2016-03-15 Thread Daniel Beck
On 15.03.2016, at 08:19, Alex A wrote: > Can I take ownership of this plugin? Hi Alex, Awesome, thanks for taking over! I've also made you lead for the s3-plugin component in Jira, so you're the default assignee for S3 issues. Daniel -- You received this message

Re: textbox in jellyscript

2016-03-15 Thread Kirill Merkushev
Custom js at your service :) вторник, 15 марта 2016 г., 8:54:16 UTC+3 пользователь Irfan Sayed написал: > > Hello All, > > is there any way in jelly script to have a textbox and contents of the > same can drag and drop as per need. > for example, the list of IP addresses are there in text box

Re: Maintenance of S3 Plugin

2016-03-15 Thread nicolas de loof
Added Jimilian as a GitHub committer for repository s3-plugin Thanks for taking care of this plugin 2016-03-15 8:19 GMT+01:00 Alex A : > Hi everyone! > > In our company we are using Jenkins and S3 plugin very hard. We already > have a lot of improvements >

Maintenance of S3 Plugin

2016-03-15 Thread Alex A
Hi everyone! In our company we are using Jenkins and S3 plugin very hard. We already have a lot of improvements for S3. But this plugin are not maintained anymore. So, we decided to take ownership on it and to share our improvements with