Re: How to align a checkbox with an optionalBlock vertically?

2022-08-12 Thread Shihaaz Buhary
Can you try packaging it and installing it to a later version of Jenkins server? On Fri, Aug 12, 2022 at 3:26 PM Nikhil Bhoski wrote: > Yes i am using 2.164.3 it automatically pics that with my hpi:run > > On Friday, 12 August 2022 at 14:48:03 UTC+5:30 shih...@gmail.com wrote: > >> Anything we d

Re: How to align a checkbox with an optionalBlock vertically?

2022-08-12 Thread Shihaaz Buhary
Anything we did to fix the issue from Plugin side was unsuccessful. So we kept as it is. However, this issue is fixed in later versions of Jenkins (Eg: 2.332.3 ). What is the version are you using? Is it an older version? On Friday, August 12, 2022 at 12:35:08 PM UTC+5

Re: pipeline-syntax/generateSnippet: java.lang.IllegalArgumentException: Unable to convert to class java.lang.Object

2022-07-07 Thread Shihaaz Buhary
Thanks Jesse Glick for your help. Appreciate it. I will try that. On Wednesday, July 6, 2022 at 11:07:38 PM UTC+5:30 Jesse Glick wrote: > On Sat, Jul 2, 2022 at 9:11 AM Shihaaz Buhary wrote: > >> We have been using a boolean variable in our plugin (Pipeline type). Now >>

pipeline-syntax/generateSnippet: java.lang.IllegalArgumentException: Unable to convert to class java.lang.Object

2022-07-02 Thread Shihaaz Buhary
Hello everyone! We have been using a boolean variable in our plugin (Pipeline type). Now we have decided to include more options and decided to go ahead with something like 0, 1, 2 String/Integer as well. Meanwhile we want to preserve the backward compatibility as well. We do not want to effect

Re: How to add JaCoCo Jenkins plugin repo

2020-05-12 Thread Shihaaz Buhary
Thanks Jesse Glick. Looks like this has not been merged to master and we will have it somewhere in future? Currently, we need to explicitly write a JaCoCo method? Correct me if I am wrong. On Monday, May 11, 2020 at 6:01:24 PM UTC+5:30, Jesse Glick wrote: > > On Sun, May 10, 2020 at 6:30 AM Ul

Re: How to add JaCoCo Jenkins plugin repo

2020-05-11 Thread Shihaaz Buhary
otBugs > reports, etc. > > > Am 10.05.2020 um 09:58 schrieb Shihaaz Buhary >: > > Hi All, > > I would like to add JaCoCo code coverage to my plugin repo. Is there a way > that I can enable this in ci.jenkins.io and view the HTML report? If not, > what is the

How to add JaCoCo Jenkins plugin repo

2020-05-10 Thread Shihaaz Buhary
Hi All, I would like to add JaCoCo code coverage to my plugin repo. Is there a way that I can enable this in ci.jenkins.io and view the HTML report? If not, what is the best or possible way that I can do this? Thanks, Shihaaz -- You received this message because you are subscribed to the Goo

Re: Where and how to store/retrieve secrets needed for Jenkins plugin Continuous Integration?

2020-04-21 Thread Shihaaz Buhary
.adoc > > Richard. > > On Tue, 21 Apr 2020 at 20:39, Shihaaz Buhary > wrote: > >> Hi All, >> >> I have a plugin under github.com/jenkinsci and I am trying to add a >> stage in the CI in which it will get the build and send it for some sort of >> analy

Re: Where and how to store/retrieve secrets needed for Jenkins plugin Continuous Integration?

2020-04-21 Thread Shihaaz Buhary
Yes, this is about the Continuous Integration of a Jenkins plugin built on ci.jenkins.io. On Tuesday, April 21, 2020 at 2:16:31 PM UTC+5:30, Daniel Beck wrote: > > If this is referring to the CI of a Jenkins plugin built on ci.jenkins.io, > I don't think there's a good solution. > > -- You re

Where and how to store/retrieve secrets needed for Jenkins plugin Continuous Integration?

2020-04-21 Thread Shihaaz Buhary
Hi All, I have a plugin under github.com/jenkinsci and I am trying to add a stage in the CI in which it will get the build and send it for some sort of analysis through an API call. This API call will use a secret id and key. Accordingly, I will try to fail/pass the stage. I am not sure in whic

Re: How to perform a plugin release to Jenkins Artifact Repository through Continuous Integration?

2020-04-10 Thread Shihaaz Buhary
. It does not > release anything to the update center. You need to do releases manually. > > On Thu, Apr 9, 2020 at 6:42 AM Shihaaz Buhary > wrote: > >> Hi All, >> >> I know how to do a plugin release manually by executing a few commands as >> mention

How to perform a plugin release to Jenkins Artifact Repository through Continuous Integration?

2020-04-09 Thread Shihaaz Buhary
Hi All, I know how to do a plugin release manually by executing a few commands as mentioned in the Performing a Plugin Release documentation. I can also see a page for Continuous Integration

Re: How to create a private repo under github.com/jenkinsci?

2020-02-03 Thread Shihaaz Buhary
ter have to be public and open > source. > > I don't know if there's official but you can review > https://jenkins.io/doc/developer/publishing/requesting-hosting/ > > Gavin > > On Sun., Feb. 2, 2020, 11:56 p.m. Shihaaz Buhary, > wrote: > >> Apolo

Re: How to create a private repo under github.com/jenkinsci?

2020-02-03 Thread Shihaaz Buhary
>> source. >> >> I don't know if there's official but you can review >> https://jenkins.io/doc/developer/publishing/requesting-hosting/ >> >> Gavin >> >> On Sun., Feb. 2, 2020, 11:56 p.m. Shihaaz Buhary, > > wrote: >> >>>

Re: How to create a private repo under github.com/jenkinsci?

2020-02-02 Thread Shihaaz Buhary
o you need to create a repo? > > On Sun., Feb. 2, 2020, 11:25 p.m. Shihaaz Buhary, > wrote: > >> Hi All, >> >> Is there a way that we can create a private repository under >> https://github.com/jenkinsci >> <https://www.google.com/url?q=https%3A%2F%

How to create a private repo under github.com/jenkinsci?

2020-02-02 Thread Shihaaz Buhary
Hi All, Is there a way that we can create a private repository under https://github.com/jenkinsci and then later make it public? Or we can only create public repos? Thanks, Shihaaz -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To uns

How does the "Credentials Binding Plugin" work?

2019-05-14 Thread Shihaaz Buhary
How does the "Credentials Binding Plugin" work internally? How is the credentials are stored? -- 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

How to transfer data from one post build action to another post build action?

2019-01-30 Thread Shihaaz Buhary
Hi all, I'm developing a plugin and I have 2 post build actions. I want to transfer a value from 1st one to the 2nd one on the same job. How can I do it? I know all the job related configuration data are saved in config.xml file. But is there a way that jenkins provides to do this? Thank you!

How to align a checkbox with an optionalBlock vertically?

2019-01-30 Thread Shihaaz Buhary
Hi all, I want to align a checkbox with an optionalBlock vertically. How can I do it? Does jenkins support styles? [image: 123.png] -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails

How to disable "f:optionalBlock" - checkbox based on some condition?

2019-01-13 Thread Shihaaz Buhary
How to disable "f:optionalBlock" - checkbox based on some condition? -- 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