Re: [Blue Ocean] Build failure when compiling BlueOcean on a Windows 10 machine

2016-06-10 Thread fkpkot
concrete errors output with -e -X flags [ERROR] Failed to execute goal org.jenkins-ci.tools:maven-hpi-plugin:1.117:test-hpl (default-test-hpl) on project blueocean: Error preparing the manifest: Failed to open artifact org.jenkins-ci.plugins.workflow:workflow-scm-step:jar:1.15:compile at

[Blue Ocean] Build failure when compiling BlueOcean on a Windows 10 machine

2016-06-10 Thread fkpkot
Hi, tried to compile the project to start testing related plugins on the project ui. related tool versions: 1. maven 3.3.9 2. jenkins 2.8 (latest release) - tried also with stable lts 1.651.2 (same problems). attaching the build log after several retries, I read the past thread on

Re: [Blue Ocean] Build failure when compiling BlueOcean on a Windows 10 machine

2016-06-13 Thread fkpkot
Finally succeed installing it on the machine after reinstalling with jenkins 2.8. But couldn't use mvn run:hpi - >> installed all the plugins manually from the folder with upload and then ran it. and it works =) Now the (great) ui works - but when i press new pipeline - it takes me to the old

Re: [Blue Ocean] Build failure when compiling BlueOcean on a Windows 10 machine

2016-06-14 Thread fkpkot
Thanks! that worked. although i still can't simply press run on my pipeline in order to run - and i have to go to the old interface to do it. I'm having some kind of exception on symbolic link - could that be the issue? On Tuesday, June 14, 2016 at 10:28:40 AM UTC+3, Tom Fennelly wrote: > > As

Re: [Blue Ocean] Build failure when compiling BlueOcean on a Windows 10 machine

2016-06-13 Thread fkpkot
Very partly by installing HPI's manually - but only some of the functionalities worked (but without any errors) On Tuesday, June 14, 2016 at 8:14:44 AM UTC+3, Michael Neale wrote: > > You said you had it working previously? > > On Tuesday, June 14, 2016 at 3:08:38 PM UTC+10, fkp...@gmail.com

[Blue Ocean]

2016-06-15 Thread fkpkot
Hi, Working on my jenkins plugin and i'd be glad to hear if there's any clear release schedule for the plugin. I'm trying to asses the time and effort to adapt our plugin to support this cool plugin - Is there anything like that? i haven't found it till now (i know about the jira but i seek

Re: [Blue Ocean] Build failure when compiling BlueOcean on a Windows 10 machine

2016-06-13 Thread fkpkot
Hi, Thanks for the speedy reply. It is an html file stating that i should check my proxy settings which are defined in the .m2/settings.xml. I'm trying to reimport it currently as i checked the connection to the proxy and it should be fine (otherwise all the other dependencies won't be

[plugin-dev] [BlueOcean] Adding Plot / Graph to existant plugin

2016-06-20 Thread fkpkot
Hi, i want to add support for graphs and plots in my plugin - but I'm not sure if to start working on graphing libraries in reactJS to support the upcoming blueocean ui or instead i should work on adopting the plot plugin and adding it to my plugin somehow any help or direction will or

Changing plugin version

2016-06-23 Thread fkpkot
Hi, Strange issue ahead warning... Our plugin needs a version change - i.e were currently at version 3.0.8 but due to Jenkins 2, i'd want to change it to 1.3.0.8 ~~ The problem is that i understand it will create problem with downgrading for users - did anyone found any smart solutions for

Re: [plugin dev][Cloudbees build service] failed build due to usage of msbuild in pom in Jenkinsci repo

2016-07-21 Thread fkpkot
does anyone has an idea how to change the build template that is used? or how to customize our pom to support it? On Tuesday, July 19, 2016 at 3:18:01 PM UTC+3, fkp...@gmail.com wrote: > > Hi, > i've noticed that the regular Jenkins build of our plugin on the cloudbees > service for Jenkins CI

[plugin hosting]

2016-07-16 Thread fkpkot
Hi, I have proper commit rights to the Jenkinsci repository of my plugin - but I'm not listed in the maintainer list on the plugin page on jenkins.io. Could I still make release to the plugin repository with Jenkins jira account or ill have to use another maintainer's account? Thanks ahead'

Re: Interested in building your plugin on ci.jenkins.io?

2016-08-09 Thread fkpkot
Hi, will there be any support for Xbuild ? so that a combined java & c# plugin can be built? if so, I'd like the hp automation tools plugin to be built on that and i'll write the Jenkinsfile. thanks Fima. On Monday, August 8, 2016 at 6:48:24 PM UTC+3, R Tyler Croy wrote: > > Howdy there, your

[Plugin Hosting] Updating JenkinsCI plugin repo with external Github repo

2016-07-01 Thread fkpkot
Hi, I'm the new maintainer of the HP plugin and i'd like to update the current jenkins repo of our plugin to the correct version that exists in our github repo. What should i do to accomplish that? Can i make a double deploy to the plugin to both repo's? Currently i can't create proper pull

Re: Plugin name, Id change

2017-01-21 Thread fkpkot
Hi, I've continued the research on this - and why didn't you change the repository name? It's possible by the organization authorization - or it was disabled at that time? On Sunday, January 1, 2017 at 9:16:25 PM UTC+2, Martin Weber wrote: > > Am Samstag, 31. Dezember 2016, 23:08:45 schrieb

Plugin disappeared from update center json

2017-01-23 Thread fkpkot
Hi, our Plugin (HP-APPLICATION-AUTOMATION-TOOLS) have disappeared from the update center json and hosting. What are the needed steps to restore? Thanks ahead, Fima. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from

Dual distribution managment

2017-02-26 Thread fkpkot
Hi, I'd like to release to two different repositories - Jenkins and another local Repository (For specific testing purposes which requires an internal artificat). In order to support such setup, I'd like to make our distribution management in POM file with variables set by maven properties (to

Re: Adding pipeline compatabilty to jenkins plugin

2016-08-31 Thread fkpkot
1. Well, your points might lead to tedious refactoring of old code and design :) but in short, the removal of the possibility (in the new Project-job model) to check the list of previous builders used is the main issue which led for this. Since it's not convenient to start looking for which

[Jenkins jira] is there a way to connect a plugin jira account to slack?

2016-09-08 Thread fkpkot
Hi, I'd like to connect a dev group on slack to the jira of the plugin on jenkin-ci.org. In the official configuration of the slack integration i need to define the web hook in jira - is it available to plugin owners / maintainers at jenkins-ci jira ? Thanks ahead -- You received this

Re: Adding pipeline compatabilty to jenkins plugin

2016-08-30 Thread fkpkot
Thanks, You're right, it didn't sound right but it worked.I've checked it again and probably something else? maybe just adding the structs dependency solved it? e [added the code - just a trial and error experience ] public class LrScenarioLoadStep extends AbstractStepImpl { public String

Re: Adding pipeline compatabilty to jenkins plugin

2016-08-31 Thread fkpkot
hmmm ... as i've understood from the posted refactoring guide on Jenkins.io, it's better to separate it - especially when you have a builder and recorder in one plugin and you'd like to make it a one step in pipeline. I've also looked at HtmlPublisher that separated too. In what cases it's

Re: Compatability with parallel

2016-09-26 Thread fkpkot
Thanks for the answer! Currently, I can't seem to pinpoint the exact issue when it crashes and I'm still thinking of the appropriate way to debug it. Maybe it's due to the fact that I'm using Abstract Sync non block step? instead of the ASync one? although I don't see that as an issue. PM

Re: Compatability with parallel

2016-09-26 Thread fkpkot
Thanks! Yes, I still can't trace the source, I need to inspect threads more carefully to try to catch it. Are there any methods that i need to look into - given the below exceptions? PM org.jenkinsci.plugins.workflow.cps.CpsStepContext onFailure WARNING: already completed

Re: Adding pipeline compatabilty to jenkins plugin

2016-09-26 Thread fkpkot
could you please post the stack trace from the console? On Monday, September 26, 2016 at 6:38:55 PM UTC+3, Cédric Cousseran wrote: > > Thanks for the response, > > I took a look at your code, but I've not been able to notice any > noticeable difference. > > Here is my code, if you have any idea

Compatability with parallel

2016-09-21 Thread fkpkot
Hi, I'd like our plugin to support the parallel step (in pipelines). I haven't found any documentation on what steps / methods i should implement to ensure our support. Is there any known issues / methods or etc. i should go through? Thanks ahead! -- You received this message because you are

Would a plugin built for regular Jenkisn work on CloudBees jenkins

2016-08-28 Thread fkpkot
Hi, I'm working on the hp automation tools plugin, and i wanted to ask if there would there be any issues in a plugin built against a regular version of Jenkins 1.x / 2.x used on CloudBees enterprise Jenkins? I guess the plugin development should cover both ... but I'd like to be sure, has

Adding pipeline compatabilty to jenkins plugin

2016-08-28 Thread fkpkot
Hi, I followed the nice guide on refactoring my Jenkins plugin to pipeline compatibility given at Jenkins.io. I've stumbled on a strange issue - the snippet generator creates the groovy syntax but without parenthesis and without brackets, which is ok since groovy does support it. But once i

Re: Adding pipeline compatabilty to jenkins plugin

2016-08-29 Thread fkpkot
Solved by following *https://wiki.jenkins-ci.org/display/JENKINS/Structs+plugin *and changing the order of variables in the Constructor. On Sunday, August 28, 2016 at 6:40:32 PM UTC+3, fkp...@gmail.com wrote: > > Hi, > I followed the

Re: Adding pipeline compatabilty to jenkins plugin

2016-09-27 Thread fkpkot
Please also add the pipeline script you used... Can be due to the fact you use string as the variable name and when it been serached it has some issues? Could you please upload your jelly view for this (If you have a github account to ease this - it will be great..) On Tuesday,

Re: Adding pipeline compatabilty to jenkins plugin

2016-09-26 Thread fkpkot
If you'd publish some link to your code - I could take a look and see if there's any fix i made that can be relevant for your plugin. You can also compare here to see if you spot any differences (it's in ongoing work following the comments I got from Jesse but it works)

Re: Replacment for getBuilders()

2016-10-19 Thread fkpkot
Thanks, well I've seen many recorders that relay on getting the builders list in order to retrieve their result file (for example - getResultFileName). Especially in large plugins they might have several outcomes of result files with unique name that's generated during the build. I understand

Replacment for getBuilders()

2016-10-18 Thread fkpkot
Hi, In our plugin we use the getBuilders method in order to learn which builders were active during the build and get their working files and etc. As far as i understand - moving to pipeline has disabled it due to design logic (one cannot simply know what went on during the build :) ) and so

Re: Replacment for getBuilders()

2016-10-21 Thread fkpkot
how about job property? how you'd advise to implement it? On Thursday, October 20, 2016 at 3:27:10 PM UTC+3, Jesse Glick wrote: > > On Wed, Oct 19, 2016 at 8:05 PM, Fima > wrote: > > Do you mean that the pipeline step should return result Into the > pipeline > > code? And

Re: Failed builds hide Project action

2016-11-02 Thread fkpkot
Moreover, sometimes customers will prefer the build to fail after some failed load test. And it seem to affect stage view also (aborted builds). On Tuesday, November 1, 2016 at 3:54:34 PM UTC+2, Jesse Glick wrote: > > On Tue, Nov 1, 2016 at 2:26 AM, wrote: > > I've

Re: Project actions (trend graphs) in pipeline jobs (SimpleBuildStep)

2016-11-02 Thread fkpkot
Hi, had the same issue and this is the answer - https://groups.google.com/forum/#!topic/jenkinsci-dev/j38TfS6ymJ8 On Wednesday, November 2, 2016 at 1:28:45 AM UTC+2, Ullrich Hafner wrote: > > In https://github.com/jenkinsci/warnings-plugin/pull/80 Benjamin is > trying to get the trend graphs of

Plugin name, Id change

2016-12-31 Thread fkpkot
Hi, Due to some re-branding issues - we need to change the name of the plugin. As far as I know - I can simply change the POM file. but - 1. What else should i take into consideration? Change? 2. which steps should I take prior to POM change? 3. How will it effect The Jira, WIKI and

Re: Plugin name, Id change

2017-01-01 Thread fkpkot
Thanks! How about changing the repository name? It will require a change on jenkinsci More of that - will the Jenkins wiki link change if we change only the name? On Sunday, January 1, 2017 at 11:13:23 AM UTC+2, Baptiste Mathus wrote: > > Hello, > > Basically, "renaming" a plugin ID does

Reset wiki cache

2016-12-20 Thread fkpkot
Is there any way to reset the wiki cache? to avoid the delay time? I.e. for specific plugin? manually? -- 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

Custom update center won't replace the original plugin version in Jenkins update center

2017-06-09 Thread fkpkot
Hi, I've used the following guide: https://github.com/ikedam/backend-update-center2/wiki/How-to-create-your-own-Jenkins-Update-Center to deliver beta versions to our customers (https://hpsa.github.io/JenkinsPluginUpdateCenter/update-center.json). After several issues - I've made it work but

Re: Wiki plugin page change

2017-12-27 Thread fkpkot
Thanks for the quick reply. On Wednesday, December 27, 2017 at 11:33:26 AM UTC+2, Daniel Beck wrote: > > > > On 27. Dec 2017, at 08:14, fkp...@gmail.com wrote: > > > > I've noticed the plugin wiki page have changed to directly point to the > new wiki page but the new page also holds links to

Wiki plugin page change

2017-12-26 Thread fkpkot
Hi, I'm the maintainer of https://plugins.jenkins.io/hp-application-automation-tools-plugin . I've noticed the plugin wiki page have changed to directly point to the new wiki page but the new page also holds links to the previous page forming some kind of circular confusing linking. Moreover,