Fw: Fwd: Problem with Active Choices 1.0 and jQuery

2015-06-24 Thread 'Bruno P. Kinoshita' via Jenkins Users
Forwarding to the users list, regarding not being able to find a parameter, and no error messages. I'm trying to start a development cycle to work on the plug-in (and probably on nunit, tap, etc, too). But if anyone else have similar problems, Vladimir is filing an issue in JIRA, feel free to

Using Groovy script to execute a post build action

2015-06-24 Thread Faizan Javed
I am running two ant targets in my build *compile*(source compilation) and *compile_tests*(tests compilation). In post build action I have added option to create *Mantis*(bug tracking tool) ticket on build failure. But I only want to create ticket when my build fails on compile target. Is

Re: Jenkins-cli never respond

2015-06-24 Thread Richard Bywater
The CLI doesn't use the JNLP port - you need to point it at the normal web port (e.g. 8080) Richard. On Wed, 24 Jun 2015 at 21:31 spgp...@gmail.com wrote: Hello I am working with Jenkins 1.617 installed on a windows 2003 server. My pc is windows7. From my pc i have check that the tcp port

Jenkins-cli never respond

2015-06-24 Thread spgpama
Hello I am working with Jenkins 1.617 installed on a windows 2003 server. My pc is windows7. From my pc i have check that the tcp port 49187 is listening. https://lh3.googleusercontent.com/-A2u7-S7w9U4/VYp4PBgIByI/AAM/fqVdxEDvuSU/s1600/Picture%2B1.PNG When I run a command from

RE: Configure SCM in the Coverity Plugin

2015-06-24 Thread Ginga, Dick
I have found that you need to add P4 to the “cov-build blacklist”. This tells Coverity to no wrap these calls. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Shobha Dashottar Sent: Tuesday, June 23, 2015 11:22 PM To:

External access to the files in the middle of the build

2015-06-24 Thread rholy
Hello, is there a documented/supported (!) way how to access files created by the job in the middle of the build? As part of the build process, I'd like to call a build service (Fedora Copr) which requires a publicly available file which will be generated by the job. Then, I'd like to continue

Re: End to end tests with CasperJS and Jenkins

2015-06-24 Thread Maciej Jaros
Daniela Morais (2015-06-19 18:28): I have a script that checks whether all application modules are up and returning the result correctly, but need to test the *upload .xlsx and .zip files*. I'm developing in *|CasperJS|* and desire to integrate with *|Jenkins|* (which I'm still learning

Security on slaves

2015-06-24 Thread Manuel Adán
Hi all, I want to limit in which slave a job can be built. However, I don't want to let 'job creators' that choice as I will not trust them. So, I want to limit in which slave a job can be built but having that limitation outside the job options. I have thought about three approaches: a)

Build failed - FATAL: sun.security.validator.ValidatorException: PKIX path building failed:

2015-06-24 Thread Farinde, Francis
All, I have Jenkins Application Build Server setup on Windows Server OS . I setup a job to pull source code from TFS source code reposiory. It was successful pulling the code the first time but after the first time each time I ran it again it pulls the code but at the end of the execution I

Jenkins Web Agent on slave have no 'File' option

2015-06-24 Thread Sasha Neftin
Hello, I would like get another Jenkins server, first server work as properly for me. On second I encountered follow problem: I've try install Windows Service from Jenkins Slave Agent running on slave machine. Unfortunately, I can't see 'File' option in menu while jnlp agent is opened.

Re: Jenkins-cli never respond

2015-06-24 Thread Stephane Polit
I have done what is explained in the wiki If i try with port 8080 i have no response on command prompt but i think that i am not connected because on the server log i found https://lh3.googleusercontent.com/-1rJYgCNtHvA/VYqFpXVAvvI/AA0/Ss6rCX9EW3Q/s1600/Picture%2B5.PNG Stephane

Trigger saving a job

2015-06-24 Thread Manuel Adán
Hi all, I wanted to know if there is any way to execute an script when a job is saved. I want to do this in order to check the options of the job and potentially modify them if they are no correct. Thanks in advance, Manuel -- You received this message because you are subscribed to the

Jenkins

2015-06-24 Thread Murthy Gandikota
Hi All: Using Jenkins 1.596 See this in the Console output: ERROR: Asynchronous execution failure java.util.concurrent.ExecutionException http://stacktrace.jenkins-ci.org/search?query=java.util.concurrent.ExecutionException: java.lang.ClassCastException: java.lang.String cannot be

Re: Publish over CIFS suddenly stops working

2015-06-24 Thread Steve Robbins
Two follow-up notes: 1. Changed the CIFS share configuration to use IP address instead of host name. Fails in the same way: *16:17:07* ERROR: Failed to upload files*16:17:07* java.lang.OutOfMemoryError http://stacktrace.jenkins-ci.org/search?query=java.lang.OutOfMemoryError: unable to create

Re: [workflow-plugin] unable to create workflow job

2015-06-24 Thread Brian Burns
I believe I found the problem. workflow-aggregator has a depencendy on workflow-cps-global-lib. workflow-cps-global-lib wasn't resolving it's git-server dependency in my installation for some reason. Installing git-server through the plugin manager solved this problem for me. On Tuesday,

How to group results by test suites?

2015-06-24 Thread Asif Ameer
Hi!, I have an jenkins job which pulls together results from multiple tests runs of other jobs. One of the sub jobs is basically re-execution of the same tests with different parameters (different browsers specifically). So the net effect is that the 'aggregator' job ends up with multiple XML

Build flow plugin serialization

2015-06-24 Thread jan_lut
Hi, After upgrading Build Flow Plugin https://wiki.jenkins-ci.org/display/JENKINS/Build+Flow+Plugin from 0.14 to 0.18 and installing Claim Plugin https://wiki.jenkins-ci.org/display/JENKINS/Claim+plugin I'm getting an error when running fairly simple build flow dsl script: import static

Today's Available Candidates (JAVA/ Business Analyst banking domain)

2015-06-24 Thread cherry staffing
*Available Consultants list* *Our Bench candidates can come for In-person interviews for all local locations* *Name* *Exp* *Skill* *Location* *Relocation* *Visa* *Arafat* *7+yrs* *Business Analyst (Banking)* *New Brunswick, NJ* *Open* *H1B* *Thejasri* *7+yrs* *Java Developer*

build pipeline plugin links are all 404

2015-06-24 Thread bl0ck3r
The links on the build result page created by the build pipeline plugin are all broken and yield 404. The links look like this: http://host/1997eef2-85a8-407c-ac43-11bc67cb7403/job/jobName/ What is that hex number for? How do I fix these links? Thanks, Martin -- You received this message

Re: Jenkins Web Agent on slave have no 'File' option

2015-06-24 Thread Slide
You are probably seeing something similar to [1]. I couldn't ever replicate the issue. 1 - https://issues.jenkins-ci.org/browse/JENKINS-26657 On Wed, Jun 24, 2015 at 3:00 AM Sasha Neftin sashanef...@gmail.com wrote: Hello, I would like get another Jenkins server, first server work as

Re: Perform testing (protactor / selenium) with jenkins with 1024x768 resolution

2015-06-24 Thread Erick Macedo
=/ Em quinta-feira, 18 de junho de 2015 17:21:20 UTC-3, Erick Macedo escreveu: Hi, I'm working on an integration project continues using jenkins http://jenkins-ci.org/. I have installed Jenkins and cofigurado properly on a Windowns machine and run a command grunt test that performs a

Re: Jenkins Web Agent on slave have no 'File' option

2015-06-24 Thread Slide
Do you have any firewall or anything running on your system? On Wed, Jun 24, 2015 at 10:24 AM Sasha Neftin sashanef...@gmail.com wrote: Thank you for response - I go over link you sent - there is described same problem as I see. Unfortunately, nobody know solution and why this happen. I've

Re: Jenkins Web Agent on slave have no 'File' option

2015-06-24 Thread Sasha Neftin
Thank you for response - I go over link you sent - there is described same problem as I see. Unfortunately, nobody know solution and why this happen. I've tried different Java version - not resolved. Different Jenkins server version - same result. Launch from cmd is work, but I would like