[Urgent] Jenkins 2.60 suddenly files under /var/lib/jenkins are removed

2017-06-08 Thread Limor Shemesh
>From unknown reason files under /var/lib/jenkins were removed from my Jenkins master machine. It reproduced three times. To enable Jenkins to work I had to restore jenkins jobs. The error I see in system log - Caused: java.util.MissingResourceException: Unable to load resource

Global properties - Environment variables displayed wrongly on GUI

2017-05-15 Thread Limor Shemesh
i'm using Jenkins 2.60 - on the Manage Jenkins - Configure System - the Global properties - Environment variables - display the same variable as the number of the variables that defined in config.xml. In the config.xml the variables are correct. Is it known issue? Is there something I can do to

Re: failed to build and we don't even have a listene

2017-04-23 Thread Limor Shemesh
Apparently the cause of this error is the 'Mask passwords plugin' I have downgraded from 2.10.1 to 2.9 - the problem was fixed. On Tuesday, April 11, 2017 at 7:16:38 PM UTC+3, Limor Shemesh wrote: > > I'm using Jenkins 2.50 > After upgrading some plugins all jobs failed, the co

Blue ocean

2017-04-23 Thread Limor Shemesh
Hi I'm using blue ocean rc1, I have three questions regarding the plugin: - Is this plugin configurable? - When I enter to blue ocean from a job build it automatically open the log, in case I want to see the tests results I have to scroll up the log and then click the

failed to build and we don't even have a listene

2017-04-11 Thread Limor Shemesh
I'm using Jenkins 2.50 After upgrading some plugins all jobs failed, the console log of the job is empty, in Jenkins system log I see the error: Apr 11, 2017 6:54:54 PM WARNING org.jenkins_ci.plugins.run_condition.BuildStepRunner logEvaluateException Exception caught evaluating condition:

'build job' inside nose in pipeline job raise error

2017-03-09 Thread Limor Shemesh
I have created pipeline job which run stages in parallel. The following build job: build job: 'dir_agents/build_agent_centos_final_premium', parameters: [string(name: 'tag', value: 'master')] raise the error: org.jenkinsci.plugins.scriptsecurity.sandbox.RejectedAccessException

subscribe

2017-03-03 Thread Limor Shemesh
-- 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 jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion on the web visit

Jenkins2 pileline poll scm

2017-03-03 Thread Limor Shemesh
Hi I upgraded Jenkins to 2.4 and started migrate jobs to pipeline jobs. I have created JenkinsFile and configure the job to search it in github repo. The job works great but I cannot find the way to add poll scm. I want that the job will run on every push of the repo (master branch). Please help.