Accessing credentials store from the Jenkins CLI before unlocking Jenkins

2017-02-21 Thread 'Claudiu Guiman' via Jenkins Developers
Hi, Is it possible to use the Jenkins CLI to manage credentials before the user unlocks Jenkins? (copies the password from /var/lib/Jenkins/secrets/initialAdminPassword and creates a new account) I can use certain commands like who-am-i by running java -jar jenkins-cli.jar -s

RE: radioBlock doesn't have a "field" attribute

2017-02-03 Thread 'Claudiu Guiman' via Jenkins Developers
@googlegroups.com [mailto:jenkinsci-dev@googlegroups.com] On Behalf Of Jesse Glick Sent: Wednesday, February 1, 2017 12:06 To: Jenkins Dev <jenkinsci-dev@googlegroups.com> Subject: Re: radioBlock doesn't have a "field" attribute On Wed, Feb 1, 2017 at 1:51 PM, 'Claudiu Guiman' via Je

radioBlock doesn't have a "field" attribute

2017-02-01 Thread 'Claudiu Guiman' via Jenkins Developers
Hi, Why doesn't the radioBlock have a "field" attribute so it can be used with databinding? It seems the current version doesn't allow fetching the picked value when doing a validation with f:validateButton . Is it because of the missing "field" attribute? Thanks, Claudiu -- You received

RE: Dynamically update dropdown list when a certain action is performed by the user

2017-01-27 Thread 'Claudiu Guiman' via Jenkins Developers
Sent: Friday, January 27, 2017 07:08 To: Jenkins Dev <jenkinsci-dev@googlegroups.com> Subject: Re: Dynamically update dropdown list when a certain action is performed by the user On Thu, Jan 26, 2017 at 5:45 PM, 'Claudiu Guiman' via Jenkins Developers <jenkinsci-dev@googlegroups.com>

Dynamically update dropdown list when a certain action is performed by the user

2017-01-26 Thread 'Claudiu Guiman' via Jenkins Developers
Hi, I'm trying to dynamically update the items in a dropdown list when the user performes a certain action (clicked button or selected some option). Does the jelly syntax provide something or do I need to write my own JavaScript code? If I need to write my JavaScript code I'll also need to

RE: Need help configuring the pom.xml so I can have integration tests

2017-01-10 Thread 'Claudiu Guiman' via Jenkins Developers
provided From: 'Claudiu Guiman' via Jenkins Developers [mailto:jenkinsci-dev@googlegroups.com] Sent: Monday, January 9, 2017 09:33 To: jenkinsci-dev@googlegroups.com Subject: Need help configuring the pom.xml so I can have integration tests Hi, I’m trying to add

Need help configuring the pom.xml so I can have integration tests

2017-01-09 Thread 'Claudiu Guiman' via Jenkins Developers
Hi, I'm trying to add integration tests in my plugin and I want them to be optional and only be triggered if you run a specific maven step. To accomplish this I added a dependency to the maven failsafe plugin and now I need to run "mvn failsafe:integration-test" to run my specific integration

RE: Can't create a compatibility alias for a credentials BaseStandardCredentials subclass and a Messages class

2017-01-05 Thread 'Claudiu Guiman' via Jenkins Developers
-plugin/blob/master/src/main/java/com/cloudbees/plugins/credentials/SystemCredentialsProvider.java#L124 From: 'Claudiu Guiman' via Jenkins Developers [mailto:jenkinsci-dev@googlegroups.com] Sent: Thursday, January 5, 2017 10:33 To: jenkinsci-dev@googlegroups.com Subject: Can't create a compatibility

Can't create a compatibility alias for a credentials BaseStandardCredentials subclass and a Messages class

2017-01-05 Thread 'Claudiu Guiman' via Jenkins Developers
Hi, I have to change the package names and I'm trying to migrate the data from the old class. To accomplish this I've tried adding a compatibility alias during initialization and it works for other classes I had to rename, but not for the credentials class and Messages (the auto-generated class

Can't upload plugin (maven.jenkins-ci.org seems to be offline)

2016-12-19 Thread 'Claudiu Guiman' via Jenkins Developers
Hi, I can't release my plugin because of this error: Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.6:deploy (default-deploy) on project azure-slave-plugin: Failed to deploy artifacts: Could not transfer artifact org.jenkins-ci.plugins:azure-slave-plugin:hpi:0.3.4 from/to

RE: Can't configure the 'Jira Issues' Macro in Confluence

2016-12-15 Thread 'Claudiu Guiman' via Jenkins Developers
Issues' Macro in Confluence > On 15.12.2016, at 23:50, 'Claudiu Guiman' via Jenkins Developers > <jenkinsci-dev@googlegroups.com> wrote: > > Is this some known issue or am I providing the wrong URL? AFAIR this is an incompatibility between Confluence and Jira versions and it's

Can't configure the 'Jira Issues' Macro in Confluence

2016-12-15 Thread 'Claudiu Guiman' via Jenkins Developers
Hi, I'm trying to set up a known issues section in my plugin's wiki page, but I can't set up the Jira extension. The URL I'm using is

RE: Guidance on how to release a new version of a plugin with a breaking change

2016-11-29 Thread 'Claudiu Guiman' via Jenkins Developers
D=0>? Slide On Tue, Nov 29, 2016 at 1:04 PM 'Claudiu Guiman' via Jenkins Developers <jenkinsci-dev@googlegroups.com<mailto:jenkinsci-dev@googlegroups.com>> wrote: Hi, We’re currently working on storing the credentials of Azure storage plugin in the Credentials Manager. When we’ll relea

Guidance on how to release a new version of a plugin with a breaking change

2016-11-29 Thread 'Claudiu Guiman' via Jenkins Developers
Hi, We're currently working on storing the credentials of Azure storage plugin in the Credentials Manager. When we'll release, upgrading from an older version to the latest will remove existing credentials and the users will have to manually add them again. I know it's not good to have breaking