Re: code signing with windows slave

2016-11-02 Thread Baptiste Mathus
Hey, You have to do the research about how you would do that outside Jenkins. Once you know what to do, then it'll be time to automate it, and possibly ask for help here. Cheers Le 2 nov. 2016 9:34 PM, a écrit : > I am trying to find relevant documentation on how to implement

Re: *****Help Needed ASAP****

2016-11-02 Thread Baptiste Mathus
+1. I would even remind two things: you are expected to use a meaningful subject. Using such a useless one is disrespectful to people spending time to help here. Even more: contrary to what you seem to think, for many people, and for me at least, such a subject will make me just *skip* your

How can I find Java doc about class hudson.maven.MavenModuleSet ?

2016-11-02 Thread Want Lsb
for(item in Jenkins.getInstance().getItems()) { println( "job name "+item.name + " "+item.getClass()) } output: job name AUTOMATION_PST_COBIZ class hudson.maven.MavenModuleSet job name AUTOMATION_PST_COSEL class hudson.maven.MavenModuleSet job name

Re: Using Jenkins Client API

2016-11-02 Thread Karl Heinz Marbaise
Hi, On 02/11/16 18:43, Narreddi Anil Kumar Reddy wrote: Hi, I've the jenkins-client code downloaded from GIT and when I try to establish connection to Jenkins server suing the below URL,it's failing with exception and not able to connect to jenkins.Does any body have any suggestions.

Re: Jenkins Rest API guide

2016-11-02 Thread Rachel Moreno
Hi Gustavo, Take a look at this page: https://wiki.jenkins-ci.org/display/JENKINS/Remote+access+API I hope be useful. Best regards, Rachel El miércoles, 2 de noviembre de 2016, 20:44:31 (UTC+1), Gustavo Henrique escribió: > > Hi guys! > > Where can I find a complete reference to the rest

Re: Jenkins is hanging

2016-11-02 Thread Rachel Moreno
Hi Mirko, I think I've just understood your problem when explaining how you are restarting at first time. I suggested to include .log, because I had a similar situation and the reason was reflected in that file. If I'm not mistaken, if Jenkins is installed as a service, it can't be restart

Re: JobDSL : how to define build env var into a configuration class

2016-11-02 Thread Victor Martinez
Specific mailing list about Job DSL Plugin: - https://groups.google.com/forum/#!forum/job-dsl-plugin Cheers -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: JobDSL : how to define build env var into a configuration class

2016-11-02 Thread Victor Martinez
Hi J-L, I've just seen your jobFramework class and I guess you don't need to use the configure closure unless you those plugins are not supported by JobDSL, otherwise it's worth using the DSL syntax, for instance: -

Using Jenkins Client API

2016-11-02 Thread Victor Martinez
I dont know what api you use but that url doesn't look good to me. Have you tried with the below snippet new URI("http://10.8.2.174:8082;), "admin", "admin"); Cheers -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this

code signing with windows slave

2016-11-02 Thread dewbin
I am trying to find relevant documentation on how to implement code signing when building a Windows Executable via a Jenkins slave node running on Windows. I have found some vague references to the use of signtool.exe but cannot find any specific implementation guides for this process. Does

Jenkins Rest API guide

2016-11-02 Thread Gustavo Henrique
Hi guys! Where can I find a complete reference to the rest api? Maybe examples about how to get the build date. Thanks! -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an

Re: *****Help Needed ASAP****

2016-11-02 Thread Indra Gunawan (ingunawa)
Check your jenkins log there should be a Exception error for the job if one or more plugins used by it can't be loaded. You have to research which Token Macro is compatible to each of the plugins you are installing/upgrading. This is an open source community supported mailing list you have to

Using Jenkins Client API

2016-11-02 Thread Narreddi Anil Kumar Reddy
Hi, I've the jenkins-client code downloaded from GIT and when I try to establish connection to Jenkins server suing the below URL,it's failing with exception and not able to connect to jenkins.Does any body have any suggestions. JenkinsServer jenkinsClient = new

JobDSL : how to define build env var into a configuration class

2016-11-02 Thread JL 6BerYeti
Quite new to Job DSL, I am running some tests and trias. I currently try to factorize some common job configuration part in a library I can reuse within each job. I know how to do that with DSL, but I face out a problem with adding an env var. I have this code which run ok : class jobFramework

New version of Declarative Pipelines (pipeline-model-definition-plugin) released

2016-11-02 Thread Andrew Bayer
FYI - I've released version 0.5 of Declarative Pipelines today, and it does have a significant syntax change that breaks compatibility with earlier versions. See https://github.com/jenkinsci/pipeline-model-definition-plugin/wiki/Version-History-and-Changes#version-05 for more info, but the gist is

Re: Config.xml of the job gets lost/deleted randomnly on jenkins restart or saving the configuration after changing it

2016-11-02 Thread Prasu S
Do you backup the jobs directory ? If yes, you can replace the existing config.xml with the one from backups. Also , when you make changes to a Job configuration in Jenkins hit save but Not APPLY . If you click on Apply , I noticed that config.xml will disappear. On Thursday, October 6, 2016

Re: Jenkins searching for cygwin

2016-11-02 Thread Karl Heinz Marbaise
Hi, why not using the Mercurial plugin of Jenkins https://wiki.jenkins-ci.org/display/JENKINS/Mercurial+Plugin Kind regards Karl Heinz Marbaise On 02/11/16 12:43, Arvind Kumar wrote: Hi, I have installed jenkins master as unix. But i need to run slave as windows where i will build my project

Re: ERROR fetching remote repo 'origin' from codebasehq

2016-11-02 Thread Neil Stoker
Thanks for the help, Indra. Using the Jenkins credentials I can clone the repo sucessfully. The problems appear to be to do with starting the service on the Windows box. I'm currently working through that (as well as the other dozen issues I have on my desk at the moment). On 1 November 2016

Jenkins slaves hang on JNA load on Windows 10

2016-11-02 Thread Greg Smith
Hi, Me and my team have been struggling with a hang on our Windows 10 slaves, that is being caused by a bad interaction of loading JNA modules. It looks like the SwapSpaceMonitor tries load one module, at the same time that the Kernel32Utils.getWin32FileAttributes() call tries to load

log file jnlp docker

2016-11-02 Thread Naveen Srinivasan
Hi, I would like to post the build log from the jnlp docker image I am running to slack. Where would the build log be? Are there any ENV variables to get the log file? Thanks Naveen -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To

Generating statistics by analyzing build console

2016-11-02 Thread Björn Stenborg
Hi! Our project makes many and large builds that vary greatly in execution time, depending on factors such as which slave they are run on, previous builds, number of executors etc, and we want to understand them better to tune our configuration, identify problematic slaves etc. This is

Re: Jenkins searching for cygwin

2016-11-02 Thread Daniel Beck
> On 02.11.2016, at 12:43, Arvind Kumar wrote: > > why it is trying to fine cygwin? > Did you configure the plugin as described on https://wiki.jenkins-ci.org/display/JENKINS/Mercurial+Plugin ? -- You received this message because you are subscribed to the Google

Re: Jenkins searching for cygwin

2016-11-02 Thread Dirk Heinrichs
Am 02.11.2016 um 12:43 schrieb Arvind Kumar: > I dont want to to install cygwin due to some issues. Is it possible to > do this without cygwinn, if yes how? Install TortoiseHG on Windows slave, create a new Mercurial definition for it in Jenkins global configuration and reference that

Toshiba Laptop Support

2016-11-02 Thread sophiewilson12365
For TOSHIBA PC & laptop, TOSHIBA support UK toll free 0800-098-8590 provide TOSHIBA help, TOSHIBA customer service, Toshiba repair number, TOSHIBA tech support all type of TOSHIBA software problem. Toshiba Technical Support Toshiba Laptop Support

Jenkins searching for cygwin

2016-11-02 Thread Arvind Kumar
Hi, I have installed jenkins master as unix. But i need to run slave as windows where i will build my project using batch script. Using "launch slave agent via java web start" i have been able to connect windows slave to Jenkins Master runing on unix machine. But error comes while

Toshiba Technical Support

2016-11-02 Thread sophiewilson12365
For TOSHIBA PC & laptop, TOSHIBA support UK toll free 0800-098-8590 provide TOSHIBA help, TOSHIBA customer service, Toshiba repair number, TOSHIBA tech support all type of TOSHIBA software problem. Toshiba Technical Support , Toshiba Support

Toshiba Support Number

2016-11-02 Thread sophiewilson12365
For TOSHIBA PC & laptop, TOSHIBA support UK toll free 0800-098-8590 provide TOSHIBA help, TOSHIBA customer service, Toshiba repair number, TOSHIBA tech support all type of TOSHIBA software problem Toshiba Laptop support . -- You

Re: run proccess on jenkins slave machine

2016-11-02 Thread Ziv Margolin
Sure I need it to simulate a test environment, to run a simulators an many other options On Wednesday, November 2, 2016 at 10:30:58 AM UTC+2, Baptiste Mathus wrote: > > Wait, you're trying to spawn a process on an agent, and you WANT it to > stay running after your build ends? It's technically

Re: run proccess on jenkins slave machine

2016-11-02 Thread Baptiste Mathus
Wait, you're trying to spawn a process on an agent, and you WANT it to stay running after your build ends? It's technically possible, but it's indeed not a usual use case. Can you explain what you're trying to achieve? 2016-11-02 8:28 GMT+01:00 Ziv Margolin : > Hi > > I got

Re: Jenkins is hanging

2016-11-02 Thread SGD53
Hi Rachel, I did the exercise twice: at 14:12, I called *<>/restart* the first time and waited several minutes seeing the "Please wait"-page. Then, I've restarted Jenkins' Windows service. To reproduce the behaviour, I've executed the same procedure at 14:20 again. Regards Mirko Am

Build step 'Deploy WAR/EAR to WildFly' marked build as failure

2016-11-02 Thread das gov
Hi When I used WildFly Deployer Plugin 1.0.2 on Jenkins ver. 2.19.1 I get error [JENKINS] Archiving /Users/Shared/Jenkins/Home/jobs/checkout_and_build_wf_nov_1_deploy_local_3/workspace/fnds-enterprise-project/fnds-cardholder-web/target/fnds-cardholder-web-1.0.0.war

run proccess on jenkins slave machine

2016-11-02 Thread Ziv Margolin
Hi I got a machine that slaved to Jenkins server, it used for builds an runs of code taken from repository. I am trying to make a batch file build that runs process on the slave machine but with no success. After launching a job from jenkins a can see that specific processes (calculator for

Re: java.lang.NullPointerException

2016-11-02 Thread das gov
Hi I solved this issue by chmod 777 to my maven install. Will revisit once I started implementing this is a stricter fashion. Thanks for you willingness to help. Rgs, Daslan On Tue, Nov 1, 2016 at 3:03 PM, Rachel Moreno < raquel.moreno.carm...@gmail.com> wrote: > Hi Daslan, > > It fails when