Failing on first trial to release plugin to jenkins-ci.org

2016-06-18 Thread Moshe Cohen
Hi, I have created a plugin (that works locally) and I am following https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins in order to have it hosted. Today it was forked and I reached the command "mvn release:prepare release:perform -Dusername=... -Dpassword=..." . Unfortunately, this fa

Re: Failing on first trial to release plugin to jenkins-ci.org

2016-06-19 Thread Moshe Cohen
e. > > Cheers > Le 19 juin 2016 1:37 AM, "Moshe Cohen" > a > écrit : > >> Hi, >> >> I have created a plugin (that works locally) and I am following >> https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins in order to >> h

Re: Failing on first trial to release plugin to jenkins-ci.org

2016-06-19 Thread Moshe Cohen
> it works fine (and I released a new version only a few days ago). > > My 2 cents > > 2016-06-19 14:11 GMT+02:00 Moshe Cohen : > >> Oops. Thank you, I was confused by many iterations that I didn't see the >> error I sent was actually an obvious one. >> &

Re: Failing on first trial to release plugin to jenkins-ci.org

2016-06-19 Thread Moshe Cohen
2016-06-19 15:10 GMT+02:00 Moshe Cohen : > >> You are right. I just followed >> https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins#HostingPlugins-Releasingtojenkinsci.org >> naively. >> I had to create the settings.xml file and then it worked, finnaly. >>

How long does the updating process normally take?

2016-06-19 Thread Moshe Cohen
What is a reasonable time between when a new plugin appears in https://updates.jenkins-ci.org/current/update-center.json and when you can see it in Jenkins available plugin list? I am now after a couple of hours and I have no idea if it is normal that it is still not in the list, or if there i

Re: How long does the updating process normally take?

2016-06-19 Thread Moshe Cohen
, and referenced from in > your pom.xml? > > Cannot check due to recent infra refactorings. Will file an INFRA issue > later at least to see how we could make the UC build logs accessible to > help people self debug/be autonomous that kind of issue. > > 2016-06-19 18:11 G

Re: How long does the updating process normally take?

2016-06-19 Thread Moshe Cohen
It appeared just now. Is that something you did ? On Sun, Jun 19, 2016 at 7:28 PM, Moshe Cohen wrote: > Yes, I have. > > From my pom.xml: > > Aqua Security Scanner > Scans Docker images for vulnerabilities > > https://wiki.jenkins-ci.org/display/JENKINS/Aqua

Re: How long does the updating process normally take?

2016-06-19 Thread Moshe Cohen
s#HostingPlugins-Frequentlyaskedquestions > we explained that it takes roughly at least 4 hours to get published. And > in general, we say that one shouldn't worry under 8 hours. > > 2016-06-19 18:35 GMT+02:00 Moshe Cohen : > >> It appeared just now. Is that something you d

Re: Failing on first trial to release plugin to jenkins-ci.org

2016-06-20 Thread Moshe Cohen
tell maven to go look for maven plugins in the jenkins repo. > But since the plugin was cached in your local repo the build could > continue. > > /B > > On Sun, Jun 19, 2016 at 3:39 PM, Moshe Cohen wrote: > >> I was referring to the ones that appear in the *output1.txt*

Error when preparing a plugin release

2016-07-29 Thread Moshe Cohen
When I execute mvn release:prepare release:perform I get the following error: [WARNING] The POM for org.jenkins-ci.tools:maven-hpi-plugin:jar:1.115 is missing, no dependency information available [ERROR] Failed to build parent project for org.jenkins-ci.plugins:aqua-security-scanner:hpi:1.3-SN

Re: Error when preparing a plugin release

2016-07-31 Thread Moshe Cohen
Bumping this up in the hope for an answer On Friday, July 29, 2016 at 1:08:37 PM UTC+3, Moshe Cohen wrote: > > When I execute > > mvn release:prepare release:perform > > I get the following error: > > [WARNING] The POM for org.jenkins-ci.tools:maven-hpi-plugin:jar

Removing archived versions, and going back in versions

2016-07-31 Thread Moshe Cohen
Hi, Due to a mistake, I need to go back in versions and remove new version numbers that are hosted. I.e. I have built and uploaded 1.1, 1.2 and 1.3. I want to remove 1.2 and 1.3 from the archives, and build the next one as 1.1.1 . TIA -- You received this message because you are subscribed to

Displaying HTML only in the main-panel

2016-08-01 Thread Moshe Cohen
Hi, I am bit of a newbie with plugins, and am in the stage of adding a display of results from my custom build step. I have an action that displays a link in the build report - i.e. the main pane of the Jenkins display. When clicking that link, I want the HTML to be displayed only in the main p

Re: Displaying HTML only in the main-panel

2016-08-02 Thread Moshe Cohen
PM, Daniel Beck wrote: > Attach an action to the build, and have it provide a summary.jelly view. > > > https://wiki.jenkins-ci.org/display/JENKINS/Action+and+its+family+of+subtypes#Actionanditsfamilyofsubtypes-Specialviewsfortheactionhost > > > On 02.08.2016, at 00:1

Re: Displaying HTML only in the main-panel

2016-08-02 Thread Moshe Cohen
Maybe I have to create a 2nd action? But how would I link to it ? On Tue, Aug 2, 2016 at 4:49 PM, Moshe Cohen wrote: > Yes, I have done that and it works. > The thing is I have a link inside the summary.jelly and I would like this > link to load an HTML file (created by the build) int

How do I associate an index.jelly file with a given Action class?

2016-08-02 Thread Moshe Cohen
I began with posting Displaying HTML only in the main-panel yesterday, but came to realize that my question is more basic: How do I associate an index.jelly file with a given Action class. I have tried putting the file in al

Re: How do I associate an index.jelly file with a given Action class?

2016-08-02 Thread Moshe Cohen
Thank you. This is very helpful. It is very confusing to go by the docs alone. On Tue, Aug 2, 2016 at 11:52 PM, Daniel Beck wrote: > > > On 02.08.2016, at 22:41, Moshe Cohen wrote: > > > > How do I associate an index.jelly file with a given Action class. I > have tried

Re: How do I associate an index.jelly file with a given Action class?

2016-08-02 Thread Moshe Cohen
find one now for reference. On Wed, Aug 3, 2016 at 2:33 AM, Daniel Beck wrote: > > > On 03.08.2016, at 00:32, Moshe Cohen wrote: > > > > It is very confusing to go by the docs alone. > > I'd appreciate if you could be more specific as to what's confusing. >

How can HTML be inserted from another file into a Jelly file?

2016-08-02 Thread Moshe Cohen
Hi, I would like to display some HTML (within some boilerplate) that is generated as an artifact of my build. So, I am looking for a way to insert the contents of such a file into the Jelly script on the fly - i.e. it is a different file on each build. I have tried out Jelly core's but that does

I am failing consistently to release a version

2016-08-21 Thread Moshe Cohen
In the past I have successfully uploaded plugin versions using "mvn release:prepare release:perform". Today I have repeatedly failed with : [INFO] BUILD FAILURE [INFO] [INFO] Total time: 01:03 min [INFO] Fi

Re: I am failing consistently to release a version

2016-08-21 Thread Moshe Cohen
Beck for his help less than a > day ago) > > On Sun, Aug 21, 2016 at 12:53 PM Daniel Beck wrote: > >> >> > On 21.08.2016, at 20:50, Moshe Cohen wrote: >> > >> > [ERROR] Failed to execute goal org.apache.maven.plugins: >> maven-deploy-plu

How to get at the data from a 'dropdownList'

2016-10-08 Thread Moshe Cohen
A 'dropdownList' (containing dropdownListBlock elements) has not 'field' attribute as , for example, 'entry'. How do I get a binding for it in the Java code? I.e. what would correspond to the 'field' attribute? -- You received this message because you are subscribed to the Google Groups "Jenk

Re: How to get at the data from a 'dropdownList'

2016-10-09 Thread Moshe Cohen
uctor just makes it work :-( On Sun, Oct 9, 2016 at 7:51 PM, Daniel Beck wrote: > As far as I know there's no alternative to this: > > https://github.com/jenkinsci/ui-samples-plugin/blob/master/ > src/main/resources/jenkins/plugins/ui_samples/DropdownList/index.jelly > >

confused by new Jenkins plugins web pages

2017-01-06 Thread Moshe Cohen
Hi, In the new Jenkins web site, on a plugin page: 1) Where is the link to the Github repo? 2) How can I edit the page itself when there is an update? -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and sto

How can I distinguish between two custom steps of the same class?

2017-01-26 Thread Moshe Cohen
Hi, I have a custom build step (extends Builder). Its 'perform' method gets a build object as an argument. When there are more than one such steps in a job, how can I distinguish between them within the 'perform' method? The need to do this is because an artifact is published for each such step

Re: How can I distinguish between two custom steps of the same class?

2017-01-26 Thread Moshe Cohen
Thank you. Can you point me to an example that does what you just mentioned? On Thu, Jan 26, 2017 at 8:47 PM, Jesse Glick wrote: > On Thu, Jan 26, 2017 at 12:33 PM, Moshe Cohen wrote: > > When there are more than one such steps in a job, how can I distinguish > > between

multiple actions of same class - the "it" object always points to the first one

2017-01-27 Thread Moshe Cohen
I have a simple action that displays an icon on the left rail, that when is clicked displays an artifact. All works well when there is only one instance of it, but when I have multiple instances, by way of having multiple custom build steps in the same build I encounter the following issue: I

Re: multiple actions of same class - the "it" object always points to the first one

2017-01-27 Thread Moshe Cohen
Jan 27, 2017 at 6:30 PM, Jesse Glick wrote: > On Fri, Jan 27, 2017 at 11:25 AM, Moshe Cohen wrote: > > All works well when there is only one instance of it, but when I have > > multiple instances, by way of having multiple custom build steps in the > same > > build >

Re: multiple actions of same class - the "it" object always points to the first one

2017-01-27 Thread Moshe Cohen
the left menu per build step. On Fri, Jan 27, 2017 at 6:47 PM, Jesse Glick wrote: > On Fri, Jan 27, 2017 at 11:36 AM, Moshe Cohen wrote: > > So am I limited to only use this custom build set once within a build? > > That is not what I said at all. I said there should only be one

Re: multiple actions of same class - the "it" object always points to the first one

2017-01-27 Thread Moshe Cohen
Yes, that worked. Thank you. Not that I understand why it works, because it does not matter what the url is, as long it is distinct. On Fri, Jan 27, 2017 at 7:29 PM, Jesse Glick wrote: > On Fri, Jan 27, 2017 at 11:52 AM, Moshe Cohen wrote: > > I do want a link on the left menu per b

It looks like a server is down that is breaking all the plugin pages

2017-02-05 Thread Moshe Cohen
e.g. see top of https://wiki.jenkins-ci.org/display/JENKINS/JIRA+Plugin -- 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...@googlegro

Re: It looks like a server is down that is breaking all the plugin pages

2017-02-06 Thread Moshe Cohen
see no issues there excepting the broken JIRA queries. > Please also write such notifications to the INFRA team mailing list to get > a quick response > > понедельник, 6 февраля 2017 г., 2:17:23 UTC+1 пользователь Moshe Cohen > написал: >> >> e.g. see top of https://wiki.je