Re: [Blue Ocean] - blueocean ui not available

2016-06-15 Thread somai . alexandru
Hello Michael,

Let's assume that you've cloned your project in /home/workspace.

So the steps are like this:
/home/workspace/*blueocean-plugin*: *mvn clean install*
Afterwards, you must *switch *to the blueocean-plugin folder. This is *another 
*folder located within the project root directory. In this folder you must 
run mvn hpi:run:
/home/workspace/*blueocean-plugin/blueocean-plugin*: *mvn hpi:run*

I hope that I was clear.

Regards,
Alex

On Wednesday, June 15, 2016 at 11:25:09 PM UTC+3, Michael Madden wrote:
>
> I've been working through the directions to setup / test the latest 
> version of jenkins. 
>
> https://jenkins.io//blog/2016/05/26/introducing-blue-ocean/ 
> https://github.com/jenkinsci/blueocean-plugin 
>
> Supposedly you can go to the following URL after running through all the 
> setup to use the new UI: 
>
> http://localhost:8080/jenkins/blue 
>
> However this is not working.  The more standard UI still works at: 
>
> http://localhost:8080/jenkins/ 
>
> Here is the error I get when accessing the blue URL:
>
> 404 Not Found
>
> Stapler processed this HTTP request as follows, but couldn't find the 
> resource to consume the request
>
> -> evaluate( :hudson.model.Hudson,"/blue")
> -> 
> evaluate(((StaplerProxy)).getTarget(),"/blue")
> -> evaluate(.getDynamic("blue",...),"")
> hudson.model.Hudson@3d61f0ce.getDynamic("blue",...)==null. Back 
> tracking.
> -> 
> evaluate(((StaplerFallback)).getStaplerFallback(),"/blue")
> -> evaluate( 
> :hudson.model.AllView,"/blue")
> -> 
> evaluate(.getDynamic("blue",...),"")
> 
> hudson.model.AllView@74fb8a51[view/All/].getDynamic("blue",...)==null. Back 
> tracking.-> No matching rule was found on 
>  for "/blue"
>
>  has the following URL mappings, 
> in the order of preference:
>
>1. hudson.model.AllView.doCreateItem(...) for url=/createItem/...
>2. hudson.model.View.doConfigSubmit(...) for url=/configSubmit/...
>3. hudson.model.View.doConfigDotXml(...) for url=/config.xml/...
>4. hudson.model.View.doItemCategories(...) for url=/itemCategories/...
>5. hudson.model.View.doRssLatest(...) for url=/rssLatest/...
>6. hudson.model.View.doSubmitDescription(...) for 
>url=/submitDescription/...
>7. hudson.model.View.doDoDelete(...) for url=/doDelete/...
>8. hudson.model.View.doRssAll(...) for url=/rssAll/...
>9. hudson.model.View.doRssFailed(...) for url=/rssFailed/...
>10. hudson.model.View.doCheckJobName(...) for url=/checkJobName/...
>11. hudson.model.View.doChildrenContextMenu(...) for 
>url=/childrenContextMenu/...
>12. TOKEN.groovy for url=/TOKEN
>13. VIEW.jelly for url=/VIEW
>14. hudson.model.View.LIST for url=/LIST/...
>15. hudson.model.View.SORTER for url=/SORTER/...
>16. hudson.model.View.PERMISSIONS for url=/PERMISSIONS/...
>17. hudson.model.View.CREATE for url=/CREATE/...
>18. hudson.model.View.DELETE for url=/DELETE/...
>19. hudson.model.View.CONFIGURE for url=/CONFIGURE/...
>20. hudson.model.View.READ for url=/READ/...
>21. hudson.model.View.NEW_PRONOUN for url=/NEW_PRONOUN/...
>22. hudson.model.Saveable.NOOP for url=/NOOP/...
>23. hudson.model.View.getItemCreatePermission() for 
>url=/itemCreatePermission/...
>24. hudson.model.View.getUrl() for url=/url/...
>25. hudson.model.View.getOwner() for url=/owner/...
>26. hudson.model.View.getAllItems() for url=/allItems/...
>27. hudson.model.View.getAllProperties() for url=/allProperties/...
>28. hudson.model.AbstractModelObject.getSearch() for url=/search/...
>29. hudson.model.View.getApplicablePropertyDescriptors() for 
>url=/applicablePropertyDescriptors/...
>30. hudson.model.View.getOwnerPrimaryView() for 
>url=/ownerPrimaryView/...
>31. hudson.model.View.getColumns() for url=/columns/...
>32. hudson.model.View.getDisplayName() for url=/displayName/...
>33. hudson.model.View.getNewPronoun() for url=/newPronoun/...
>34. java.lang.Object.getClass() for url=/class/...
>35. hudson.model.View.getWidgets() for url=/widgets/...
>36. hudson.model.View.getIndenter() for url=/indenter/...
>37. hudson.model.View.getAbsoluteUrl() for url=/absoluteUrl/...
>38. hudson.model.View.getBuilds() for url=/builds/...
>39. hudson.model.AbstractModelObject.getSearchIndex() for 
>url=/searchIndex/...
>40. hudson.model.View.getViewUrl() for url=/viewUrl/...
>41. hudson.model.View.getActions() for url=/actions/...
>42. hudson.model.View.getDescription() for url=/description/...
>43. hudson.model.View.getAsynchPeople() for url=/asynchPeople/...
>44. 

Re: [GSoC2016] External Workspace Manager plugin development

2016-06-15 Thread somai . alexandru
Hello everyone,

I haven't posted in this mail thread for a while, therefore I though it 
would be time to give a status update about my GSoC 2016 work.

I have managed to implement a proof of concept version of the External 
Workspace Manager plugin. You may find the source code here: 
https://github.com/jenkinsci/external-workspace-manager-plugin. There is 
still a lot of working and polishing to be done until the release version, 
but at least it's something :)

Currently I'm working with my mentors, Oleg and Martin, to enhance the 
plugin help files. You can join the discussions on the shared Google Doc 
.
 
Maybe in the next couple of days we'll be releasing an alpha version of the 
plugin.

And don't forget, if you are interested in this subject, we are having 
meetings twice a week regarding the plugin. The meetings are taking place 
on the Jenkins hangout , every Monday at 12 PM 
UTC 

 
and every Thursday at 5 PM UTC 

.

Best Regards,
Alex

-- 
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 jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/1661effe-6e96-4d30-b716-476ab273a914%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: GSOC Students at Jenkins Project

2016-05-25 Thread somai . alexandru
Hello Minudika,

This is the contributing guide for the jenkins.io website: 
https://github.com/jenkins-infra/jenkins.io/blob/master/CONTRIBUTING.adoc
That file has all the information needed to submit a blog post on the site.

Regards,
Alex

On Wednesday, May 25, 2016 at 3:13:10 PM UTC+3, Minudika Malshan wrote:
>
> Hi all,
>
> Could you please let me know how to write and submit a blog post for 
> Jenkins Community Blog. I saw Alexandru Somai has already written such a 
> post about his project.
>
> Thanks.
>
> On Fri, May 20, 2016 at 12:59 AM, Baptiste Mathus  > wrote:
>
>>
>> 2016-05-19 21:16 GMT+02:00 Oleg Nenashev > >:
>>
>>> Actually, it's too late for this year, and doesn't work this way. Google 
 Summer of Code is a Google initiative where students have to file 
 proposals, some get accepted, some don't. The selection has been done some 
 weeks ago already. So if you want to try it, feel free to do it next year 
 (and follow the news about GSoC to not miss it).
>>>
>>>
>>> Not exactly. Of course, GSoC application period is over.
>>> But in Jenkins project we appreciate any contribution (code changes, 
>>> documentation, new issues, etc.). So anybody can start working on the 
>>> project it any moment. There is no financial compensation for it, but you 
>>> may get a valuable experience. Regarding financial compensations, there are 
>>> sites like https://freedomsponsors.org/.
>>>
>>
>> Absolutely, my bad. I was solely answering to the GSoC initiative part, 
>> and neglected to explain that part again. 
>>
>> Anyone is indeed always very welcome to participate here. In any desired 
>> area.
>>
>> -- Baptiste
>>
>> -- 
>> 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 jenkinsci-de...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jenkinsci-dev/CANWgJS4%2BaO2XTp69bhves-bZX8p8NMjOCgSBC%2BHbKUT39zbyZQ%40mail.gmail.com
>>  
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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 jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/f8650de9-1da7-454c-8d8c-2baa10d43dd3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [GSOC][And not only] knowledge sharing videos

2016-05-15 Thread somai . alexandru
Hello Arnaud,

These videos are, indeed, very useful to me.

Thanks,
Alex

On Friday, May 13, 2016 at 11:01:00 PM UTC+3, Arnaud Héritier wrote:
>
> Hi all,
>
>   Yesterday I found in my archives these videos which were recorded at the 
> Hacksgiving last year:
>
>
>- Introduction to the project : 
>https://www.youtube.com/watch?v=RV_VqY3H1II
>- Intro to Plugin Development Workshop: 
>https://www.youtube.com/watch?v=eUzYZZsNBIA
>- Plugin Developer Open Q: 
>https://www.youtube.com/watch?v=0QI-gg-AqZY
>
> And many others on youtube: 
> https://www.youtube.com/channel/UC5JBtmoz7ePk-33ZHimGiDQ
>
> This may be interesting for GSOC students (and for everyone)
>
> Cheers
>
> -- 
> -
> Arnaud Héritier
> http://aheritier.net
> Mail/GTalk: aheritier AT gmail DOT com
> Twitter/Skype : aheritier
>

-- 
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 jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/f8a6a337-bac2-410a-9333-ba29d360ccb8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: GSOC Students at Jenkins Project

2016-05-15 Thread somai . alexandru
Hello Minudika,

+1 for the idea.
I also think that it would be helpful to know exactly what the other GSoC 
students are doing on their Jenkins projects. Oleg mentioned the other days 
something about having the office hours where we could introduce ourselves 
and summarize the idea of the project we are working on.

Regards,
Alex

On Sunday, May 15, 2016 at 10:35:01 AM UTC+3, Minudika Malshan wrote:
>
> Hi all, 
>
> I think getting to know each other would be really helpful for everyone 
> who is working with Jenkins project during the GSOC 2016. 
> Then all of us can share our knowledge and help each other to make the 
> summer a successful one. 
> Shall we use this thread for that purpose?
> Love to hear your comments. :)
>
> Best Regards
> Minudika
>

-- 
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 jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/e6e87e7b-49ca-49f9-bfa4-1a8ade46b66c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Forcing Pipeline "node" blocks to run on the same agent/in the same workspace?

2016-05-11 Thread somai . alexandru
Hello,

As part of the Google Summer of Code 2016, I will be working on a plugin 
called External Workspace Manager. The basic idea of this plugin is to be 
able to provide the same workspace for multiple jobs. For example you would 
have an upstream job that will run a job on a defined workspace, afterwards 
you will be able to define a downstream job that shall be able to use the 
same workspace as the upstream job. Some features that the plugin will have 
can be found here: 
https://github.com/martinda/external-workspace-manager/blob/master/README.md
.

When completed, I think that this plugin may be suitable to your needs.

You may also follow this mail thread: 
https://groups.google.com/forum/#!topic/jenkinsci-dev/nAZD0-upB68 where I 
will be posting updates from time to time.
Currently I am working with my mentors Oleg and Martin to define a good 
design strategy for the plugin. We have weekly meetings on Mondays at 12 PM 
(noon) UTC on http://jenkins-ci.org/hangout, where everybody can join (the 
next one will be on May 16th).

Regards,
Alex


On Tuesday, May 10, 2016 at 1:29:01 AM UTC+3, Andrew Bayer wrote:
>
> i.e., something like 
> https://wiki.jenkins-ci.org/display/JENKINS/Node+Stalker+Plugin - is 
> there any way to do this sort of thing in Pipeline as it exists today? I 
> *think* I'd like to be able to inspect an executed "node" block and see 
> where it ran, and then pass that onward to a future "node" block. Thoughts? 
> Thanks!
>
> A.
>

-- 
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 jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/83664266-be6d-41f7-9cce-b1c17bcc9d6e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [GSoC2016] External Workspace Manager plugin development

2016-04-27 Thread somai . alexandru
Hello,

I am glad that my project proposal has been accepted for the GSoC 2016. I 
would like to thank everyone for their support and good advices. I am 
very excited to be working on this project!
The next period (by May 22nd) is allocated for community bonding. During 
this period I am planning to get more familiar with Pipeline script jobs 
and afterwards I could try writing a proof of concept with the basic usage 

 of 
the external workspace manager plugin.
So far I have found these resources related to the Pipeline Plugin: 

   - https://github.com/jenkinsci/pipeline-plugin
   - https://github.com/jenkinsci/pipeline-plugin/blob/master/TUTORIAL.md

>From my understanding, to get started, what I have to do is to create a 
custom step, that would be externalWorkspace. I have found some helping 
guides and examples about creating custom steps in the pipeline script:

   - https://github.com/jenkinsci/pipeline-plugin/blob/master/DEVGUIDE.md
   - https://github.com/jenkinsci/workflow-step-api-plugin
   - https://github.com/jenkinsci/workflow-scm-step-plugin
   
I will work on a forked repository from the initial project proposal 
https://github.com/martinda/external-workspace-manager. I will come up with 
updates as soon I have something functional. On IRC you can find me as 
"alexsomai".

Please let me know if I am on good track and if there are any other 
resources or materials that could be useful to me.

Regards,
Alex

On Friday, March 25, 2016 at 1:23:36 AM UTC+2, somai.a...@gmail.com wrote:
>
> I have uploaded my final proposal version.
>
> Thank you all for your support and good advices!
>
> Kind Regards,
> Alex
>
> On Friday, March 25, 2016 at 12:54:11 AM UTC+2, martinda wrote:
>>
>> Alex,
>>
>> Forgot to CC you. Please submit your final proposal as per the Google 
>> process. Google has a firm deadline, and I was told that their site can be 
>> slow to respond as the deadline approaches.
>>
>> Best Regards,
>> Martin d'Anjou
>>
>> On Thursday, March 24, 2016 at 6:32:22 PM UTC-4, martinda wrote:
>>>
>>> Alex,
>>>
>>> Please submit your final proposal as per the Google process. Google has 
>>> a firm deadline, and I was told that their site can be slow to respond as 
>>> the deadline approaches.
>>>
>>> Thanks,
>>> Martin
>>>
>>> On Thursday, March 24, 2016 at 3:32:02 AM UTC-4, somai.a...@gmail.com 
>>> wrote:

 Oleg, Martin,

 Can you please have one final look over my project proposal 
 
  
 before I will submit it?

 Thank you,
 Alex

 On Monday, March 21, 2016 at 5:01:31 PM UTC+2, martinda wrote:
>
> Hello Alex,
>
> On Sunday, March 20, 2016 at 6:09:38 PM UTC-4, somai.a...@gmail.com 
> wrote:
>>
>>
>> Related to the unit testing examples, the sooner you share them the 
>> better. I can look over them early to get accustomed to.
>>
>>
> Basic test example:
>
> https://github.com/martinda/workflow-migration-demo/blob/master/src/test/java/org/jenkins/plugins/demo/Demo1Test.java
>
> The most recent way of writing the pom.xml that I use is in this 
> project (also incudes some basic test examples - roundtrip and global 
> config access from plugin test):
>
> https://github.com/martinda/jenkins-plugin-globalconfig-demo1/blob/master/src/test/java/org/jenkins/plugins/demo/Demo1Test.java
>
> More elaborate test examples:
>
> https://github.com/martinda/http-request-plugin/tree/feature/workflow-integration/src/test/java/jenkins/plugins/http_request
>
> Martin
>


-- 
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 jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/ec4666ad-20a4-42e6-bbc2-679ea5a339fe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [GSoC2016] External Workspace Manager plugin development

2016-03-24 Thread somai . alexandru
I have uploaded my final proposal version.

Thank you all for your support and good advices!

Kind Regards,
Alex

On Friday, March 25, 2016 at 12:54:11 AM UTC+2, martinda wrote:
>
> Alex,
>
> Forgot to CC you. Please submit your final proposal as per the Google 
> process. Google has a firm deadline, and I was told that their site can be 
> slow to respond as the deadline approaches.
>
> Best Regards,
> Martin d'Anjou
>
> On Thursday, March 24, 2016 at 6:32:22 PM UTC-4, martinda wrote:
>>
>> Alex,
>>
>> Please submit your final proposal as per the Google process. Google has a 
>> firm deadline, and I was told that their site can be slow to respond as the 
>> deadline approaches.
>>
>> Thanks,
>> Martin
>>
>> On Thursday, March 24, 2016 at 3:32:02 AM UTC-4, somai.a...@gmail.com 
>> wrote:
>>>
>>> Oleg, Martin,
>>>
>>> Can you please have one final look over my project proposal 
>>> 
>>>  
>>> before I will submit it?
>>>
>>> Thank you,
>>> Alex
>>>
>>> On Monday, March 21, 2016 at 5:01:31 PM UTC+2, martinda wrote:

 Hello Alex,

 On Sunday, March 20, 2016 at 6:09:38 PM UTC-4, somai.a...@gmail.com 
 wrote:
>
>
> Related to the unit testing examples, the sooner you share them the 
> better. I can look over them early to get accustomed to.
>
>
 Basic test example:

 https://github.com/martinda/workflow-migration-demo/blob/master/src/test/java/org/jenkins/plugins/demo/Demo1Test.java

 The most recent way of writing the pom.xml that I use is in this 
 project (also incudes some basic test examples - roundtrip and global 
 config access from plugin test):

 https://github.com/martinda/jenkins-plugin-globalconfig-demo1/blob/master/src/test/java/org/jenkins/plugins/demo/Demo1Test.java

 More elaborate test examples:

 https://github.com/martinda/http-request-plugin/tree/feature/workflow-integration/src/test/java/jenkins/plugins/http_request

 Martin

>>>

-- 
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 jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/0f2ab240-f984-4925-aa01-523ad1baa47e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [GSoC2016] External Workspace Manager plugin development

2016-03-24 Thread somai . alexandru
Oleg, Martin,

Can you please have one final look over my project proposal 

 
before I will submit it?

Thank you,
Alex

On Monday, March 21, 2016 at 5:01:31 PM UTC+2, martinda wrote:
>
> Hello Alex,
>
> On Sunday, March 20, 2016 at 6:09:38 PM UTC-4, somai.a...@gmail.com wrote:
>>
>>
>> Related to the unit testing examples, the sooner you share them the 
>> better. I can look over them early to get accustomed to.
>>
>>
> Basic test example:
>
> https://github.com/martinda/workflow-migration-demo/blob/master/src/test/java/org/jenkins/plugins/demo/Demo1Test.java
>
> The most recent way of writing the pom.xml that I use is in this project 
> (also incudes some basic test examples - roundtrip and global config access 
> from plugin test):
>
> https://github.com/martinda/jenkins-plugin-globalconfig-demo1/blob/master/src/test/java/org/jenkins/plugins/demo/Demo1Test.java
>
> More elaborate test examples:
>
> https://github.com/martinda/http-request-plugin/tree/feature/workflow-integration/src/test/java/jenkins/plugins/http_request
>
> Martin
>

-- 
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 jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/e8101124-bce3-42cb-ae47-02a0eaea0756%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [GSoC2016] External Workspace Manager plugin development

2016-03-20 Thread somai . alexandru
Hello Martin,

Thank you for your feedback.
I have allocated a couple of days in my proposal timeline for implementing 
and testing the 'copy workspace' functionality. 

Related to the unit testing examples, the sooner you share them the better. 
I can look over them early to get accustomed to.

Alex

On Sunday, March 20, 2016 at 8:08:25 PM UTC+2, martinda wrote:
>
> Alex,
>
> Thank you for your proposal. The proposal looks good to me as well. At 
> this time I do not have comments. I have added a feature to the plugin 
> description after some comments were received off-line. The feature is to 
> optionally copy the workspace. As such, I have made a few changes to the 
> README file 
> .
>  
> Also, at this time, I do not have a strong preference with regards to the 
> global configuration being inside or external to Jenkins.
>
> I have several unit testing examples to share when the time comes should 
> you need them.
>
> Martin
>
> On Friday, March 18, 2016 at 7:17:50 AM UTC-4, somai.a...@gmail.com wrote:
>>
>> The draft proposal is available here 
>> ,
>>  
>> so that everyone can see it.
>>
>> On Wednesday, March 16, 2016 at 10:15:13 AM UTC+2, somai.a...@gmail.com 
>> wrote:
>>>
>>> Hello,
>>>
>>> My name is Alexandru Șomai, I am a second year master's degree student 
>>> at the Faculty of Mathematics and Computer Science at Babes-Bolyai 
>>> University of Cluj-Napoca, Romania. I would like to begin my contribution 
>>> to the open source community and I think that this could be a great 
>>> opportunity for me to get started. 
>>>
>>> I am interested in working on the "External Workspace Manager plugin 
>>> development" project. By building a plugin that can share the same 
>>> workspace for different jobs would come up with advantages such as: 
>>> decreasing the time taken by a job to run, resources would be 
>>> used efficiently. I have shared the draft proposal on GSoC web app. When 
>>> you have the time, please review it.
>>>
>>> I believe that I have all the required skills for taking this challenge:
>>>
>>>- I have more than two years hands-on experience with Java. 
>>>- While I was working at Betfair (September 2014 - November 2015) I 
>>>gained experience with Jenkins as a user, part of my work was to 
>>> configure 
>>>and create Jenkins jobs for building a specific project or for running 
>>>integration tests on targeted environments. 
>>>- During my other job, I had to build an Update Manager application 
>>>in three months using Groovy and Grails framework. 
>>>- I don't have knowledge yet of how to build my own Jenkins plugin, 
>>>but I am a fast learner and I am eager to learn. In the next days I am 
>>>planning to make a Jenkins plugin to improve my knowledge in this area. 
>>>
>>> I am looking forward to hear from you!
>>>
>>> Kind Regards,
>>> Alex Șomai
>>>
>>> LinkedIn 
>>> GitHub 
>>> Twitter 
>>>
>>>
>>>
>>>

-- 
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 jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/c84400be-ff62-4b4b-845c-d093bf15cca4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [GSoC2016] External Workspace Manager plugin development

2016-03-19 Thread somai . alexandru
The draft proposal is available here 
,
 
so that everyone can see it.

On Wednesday, March 16, 2016 at 10:15:13 AM UTC+2, somai.a...@gmail.com 
wrote:
>
> Hello,
>
> My name is Alexandru Șomai, I am a second year master's degree student at 
> the Faculty of Mathematics and Computer Science at Babes-Bolyai University 
> of Cluj-Napoca, Romania. I would like to begin my contribution to the open 
> source community and I think that this could be a great opportunity for me 
> to get started. 
>
> I am interested in working on the "External Workspace Manager plugin 
> development" project. By building a plugin that can share the same 
> workspace for different jobs would come up with advantages such as: 
> decreasing the time taken by a job to run, resources would be 
> used efficiently. I have shared the draft proposal on GSoC web app. When 
> you have the time, please review it.
>
> I believe that I have all the required skills for taking this challenge:
>
>- I have more than two years hands-on experience with Java. 
>- While I was working at Betfair (September 2014 - November 2015) I 
>gained experience with Jenkins as a user, part of my work was to configure 
>and create Jenkins jobs for building a specific project or for running 
>integration tests on targeted environments. 
>- During my other job, I had to build an Update Manager application in 
>three months using Groovy and Grails framework. 
>- I don't have knowledge yet of how to build my own Jenkins plugin, 
>but I am a fast learner and I am eager to learn. In the next days I am 
>planning to make a Jenkins plugin to improve my knowledge in this area. 
>
> I am looking forward to hear from you!
>
> Kind Regards,
> Alex Șomai
>
> LinkedIn 
> GitHub 
> Twitter 
>
>
>
>

-- 
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 jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/bba7ce8c-1222-446c-9c90-c7ec505f176e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [GSoC2016] External Workspace Manager plugin development

2016-03-19 Thread somai . alexandru
Hi Oleg,

Thank you very much for your feedback, it was very useful to me.

Kind regards,
Alex

On Friday, March 18, 2016 at 2:22:36 PM UTC+2, Oleg Nenashev wrote:
>
> Hi,
>
> Thanks a lot for contacting us!
> The proposal looks good to me in general, I've added several comments to 
> the document.
>
> Best regards,
> Oleg Nenashev
>
> пятница, 18 марта 2016 г., 12:17:50 UTC+1 пользователь 
> somai.a...@gmail.com написал:
>>
>> The draft proposal is available here 
>> ,
>>  
>> so that everyone can see it.
>>
>> On Wednesday, March 16, 2016 at 10:15:13 AM UTC+2, somai.a...@gmail.com 
>> wrote:
>>>
>>> Hello,
>>>
>>> My name is Alexandru Șomai, I am a second year master's degree student 
>>> at the Faculty of Mathematics and Computer Science at Babes-Bolyai 
>>> University of Cluj-Napoca, Romania. I would like to begin my contribution 
>>> to the open source community and I think that this could be a great 
>>> opportunity for me to get started. 
>>>
>>> I am interested in working on the "External Workspace Manager plugin 
>>> development" project. By building a plugin that can share the same 
>>> workspace for different jobs would come up with advantages such as: 
>>> decreasing the time taken by a job to run, resources would be 
>>> used efficiently. I have shared the draft proposal on GSoC web app. When 
>>> you have the time, please review it.
>>>
>>> I believe that I have all the required skills for taking this challenge:
>>>
>>>- I have more than two years hands-on experience with Java. 
>>>- While I was working at Betfair (September 2014 - November 2015) I 
>>>gained experience with Jenkins as a user, part of my work was to 
>>> configure 
>>>and create Jenkins jobs for building a specific project or for running 
>>>integration tests on targeted environments. 
>>>- During my other job, I had to build an Update Manager application 
>>>in three months using Groovy and Grails framework. 
>>>- I don't have knowledge yet of how to build my own Jenkins plugin, 
>>>but I am a fast learner and I am eager to learn. In the next days I am 
>>>planning to make a Jenkins plugin to improve my knowledge in this area. 
>>>
>>> I am looking forward to hear from you!
>>>
>>> Kind Regards,
>>> Alex Șomai
>>>
>>> LinkedIn 
>>> GitHub 
>>> Twitter 
>>>
>>>
>>>
>>>

-- 
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 jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/b07d6e71-11a7-489b-9192-65bb09c4018e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[GSoC2016] External Workspace Manager plugin development

2016-03-16 Thread somai . alexandru
Hello,

My name is Alexandru Șomai, I am a second year master's degree student at 
the Faculty of Mathematics and Computer Science at Babes-Bolyai University 
of Cluj-Napoca, Romania. I would like to begin my contribution to the open 
source community and I think that this could be a great opportunity for me 
to get started. 

I am interested in working on the "External Workspace Manager plugin 
development" project. By building a plugin that can share the same 
workspace for different jobs would come up with advantages such as: 
decreasing the time taken by a job to run, resources would be 
used efficiently. I have shared the draft proposal on GSoC web app. When 
you have the time, please review it.

I believe that I have all the required skills for taking this challenge:

   - I have more than two years hands-on experience with Java. 
   - While I was working at Betfair (September 2014 - November 2015) I 
   gained experience with Jenkins as a user, part of my work was to configure 
   and create Jenkins jobs for building a specific project or for running 
   integration tests on targeted environments. 
   - During my other job, I had to build an Update Manager application in 
   three months using Groovy and Grails framework. 
   - I don't have knowledge yet of how to build my own Jenkins plugin, but 
   I am a fast learner and I am eager to learn. In the next days I am planning 
   to make a Jenkins plugin to improve my knowledge in this area. 
   
I am looking forward to hear from you!

Kind Regards,
Alex Șomai

LinkedIn 
GitHub 
Twitter 



-- 
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 jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/6d0bb4cf-709f-4663-9d3d-e25b31d9217e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.