[Event]: Jenkins World 2016

2016-06-03 Thread Alyssa Tong
Hello, Jenkins World agenda is now live! Here's what you can expect: - Keynotes by Kohsuke Kawaguchi, Sacha Labourey, and Gary Gruver, author of “Leading the Transformation” - 50+ sessions from Jenkins experts that span a breadth of

Re: ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.

2016-06-03 Thread Thomas Zoratto
you need to do something like that : mkdir my-repo cd my-repo git init cp /path/to/a/file ./ git add --all git commit -m "your commit message" then you specify the path to this repo in a Jenkins job et voilà ! > Le 3 juin 2016 à 22:16, Freddy Paxton a > écrit

Re: ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.

2016-06-03 Thread Freddy Paxton
Thank you, I have been trying to use tutorials but because I'm already half way through the process it's hard to see what I have missed or what I have setup incorrectly. Just for clarification, do my java files need to be in the /var/lib/jenkins/repo folder or the

Re: ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.

2016-06-03 Thread Thomas Zoratto
cd /path/to/your/repo git add --all git commit -m "your commit message" I encourage you to go through a git tutorial to learn the basics. Thomas > Le 3 juin 2016 à 22:00, Freddy Paxton a > écrit : > > How do I go about doing this? > > On Friday, June 3, 2016

Re: ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.

2016-06-03 Thread Freddy Paxton
How do I go about doing this? On Friday, June 3, 2016 at 8:23:10 PM UTC+1, Thomas Zoratto wrote: > > Hi, > > Did you commit your changes in your repo ? > > Le 3 juin 2016 à 20:43, Freddy Paxton > a écrit : > > I'm new to Jenkins, Ubuntu and Git so the answer to

Re: Trigger Parameterized Builds plugin with Environment Injector Plugin not working

2016-06-03 Thread James Rice
Using the recommendations on the link fixed the problem. Thank you very much! On Friday, June 3, 2016 at 10:38:55 AM UTC-4, James Rice wrote: > This is something that has worked for months and has now stopped. > > Build A is triggering build B. The trigger works. > > Using the Trigger

Re: ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.

2016-06-03 Thread Thomas Zoratto
Hi, Did you commit your changes in your repo ? > Le 3 juin 2016 à 20:43, Freddy Paxton a > écrit : > > I'm new to Jenkins, Ubuntu and Git so the answer to this is probably > something I've missed out! > > What I want to do is set up a Git repository in

Re: Editable Email Notification

2016-06-03 Thread Slide
E-mail Notification is for the Mailer plugin configuration. On Fri, Jun 3, 2016 at 10:50 AM wrote: > Finaly found the problem, the password into the Extended E-mail > Notification plugin was not set properly, but was into the E-mail > Notification so the test email was going

ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.

2016-06-03 Thread Freddy Paxton
I'm new to Jenkins, Ubuntu and Git so the answer to this is probably something I've missed out! What I want to do is set up a Git repository in which 2 Java files are located (HelloWorld.java and HelloWorldErr.java - HelloWorldErr is missing an ; ). This is to test the Jenkins build and test

Re: Editable Email Notification

2016-06-03 Thread jerome
Finaly found the problem, the password into the Extended E-mail Notification plugin was not set properly, but was into the E-mail Notification so the test email was going out but not the one from template. The error about not found was due to env var and reboot Jenkins. Why is Extended need

Re: Editable Email Notification

2016-06-03 Thread jerome
Sorry for the polution, but just realized my notepad++ didn't reload the log after Jenkins wrote to it. I have a new errors, but I checked the file path and the file are there?!? maybe it doesn't support multiple file anymore?!! SEVERE: Groovy Template file [CieTemplate1.template,

Editable Email Notification

2016-06-03 Thread jerome
Hi, After moving to Jenkins 2.7 (from 1.5.x) I got everything running except the *editable email notification* the way we used to do it. We were using 2 template file per project, 1 that define a few env variables first then the second one to generate the email. So we have different project

Jenkins Health Check URL

2016-06-03 Thread Michael Chletsos
I have an authenticated Jenkins setup that I need to monitor that the service is up - that is all - I want to know if there is an endpoint that does not require authentication and returns a 2xx or 3xx response? A 4xx response will not work. -- You received this message because you are

Re: How to postpone job execution until after another job has finished

2016-06-03 Thread RDR
Thanks for the info. I'll check that out :-) On 3 June 2016 at 15:57, wrote: > Try > https://wiki.jenkins-ci.org/display/JENKINS/Throttle+Concurrent+Builds+Plugin > . > > > > Note: there are a number of other plugins that do a similar thing, but as > far as I can

Dynamically get Global Choice Parameter in build parameter regarding selection of first param

2016-06-03 Thread Annie Costa
Hi, I have several "Global Choice Parameter" define on my Jenkins. One containing a liste of "domaines" and a lot concerning a liste of "tasks" per "domaine". Example: 1srt global choice named "Domaines" containing : "Animals", "Vegetables", "Humains" 2nd named "Animals" containing "Cats",

Does the Jenkins Manage Plugins page display a warning if a plugin has a missing dependency?

2016-06-03 Thread Robert Kruck
Does the Jenkins "Manage Plugins" page display a warning, if a Jenkins Plugin has a missing dependency? Example: If *Jenkins Plugin "A"* requires *Jenkins Plugin "B"* as a dependency, and I installed Jenkins Plugin "A" * only*, would a warning about the missing *Jenkins Plugin "B"* appear in

Re: Format of 'included regions' with multiple SVN modules

2016-06-03 Thread 'Adam Porteous' via Jenkins Users
Any ideas? On Monday, 23 May 2016 09:06:38 UTC+1, Adam Porteous wrote: > > I have a Jenkins job which pulls in two separate SVN repositories e.g. > >- http://svn/project1/trunk with local module checkout directory . >- http://svn/project2/trunk with local module checkout directory >

RE: How to postpone job execution until after another job has finished

2016-06-03 Thread Matthew.Webber
Try https://wiki.jenkins-ci.org/display/JENKINS/Throttle+Concurrent+Builds+Plugin . Note: there are a number of other plugins that do a similar thing, but as far as I can tell, the Throttle Concurrent Builds Plugin is the one that is being maintaind, and is the preferred one to use. From:

Re: pack.sh: line 81: cmake: command not found

2016-06-03 Thread Victor Martinez
Can you confirm whether cmake is in the path? echo $PATH which cmake ./pack.sh Cheers On Friday, 3 June 2016 11:41:53 UTC+2, Kristian X wrote: > > Hey, > > I have a question: In jenkins, I start a shell script, which in one > line uses cmake to start. When running this script in Jenkins,

How to postpone job execution until after another job has finished

2016-06-03 Thread RDR
Hi, I've got an odd problem setting up a Jenkins server and i was just wondering if anybody could suggest a solution. I've set up 3 jobs on my server: 1. Build-Application - a typical Jenkins job that downloads code from SCM builds it and run the Unit tests. The generated artifacts are archived.

RE: Trigger Parameterized Builds plugin with Environment Injector Plugin not working

2016-06-03 Thread Matthew.Webber
When reporting problems or asking questions, it’s often a good idea to let folks know what release you are on. Think about what you would need to know if someone asked this question of you. So, did you upgrade to Jenkins 2.3? If not, what changed? If so, did you read

Trigger Parameterized Builds plugin with Environment Injector Plugin not working

2016-06-03 Thread James Rice
This is something that has worked for months and has now stopped. Build A is triggering build B. The trigger works. Using the Trigger Parameterized Builds plugin in build A, I set a predefined parameter like: *MY_PARAMETER=* Then in build B I use the Environment Injector Plugin as follows:

Re: Jenkins plugin for Restricting who can push to a branch in Github

2016-06-03 Thread Björn Stabel
How about building and testing a merged version before the changes hit master? Mit freundlichen Grüßen Björn Stabel data experts gmbh Niederlassung Berlin Allee der Kosmonauten 33g 12681 Berlin Telefon: +49 (0)30 54708 282 E-Mail: bjoern.sta...@data-experts.de http://www.data-experts.de

pack.sh: line 81: cmake: command not found

2016-06-03 Thread Kristian
Hey, I have a question: In jenkins, I start a shell script, which in one line uses cmake to start. When running this script in Jenkins, then I get this error message: > ./pack.sh: line 81: cmake: command not found But I compiled and installed cmake on that system. When I start "cmake --version"

Jenkins plugin for Restricting who can push to a branch in Github

2016-06-03 Thread Mattias Nilsson
Hi, what we would like to achieve is basically that when our jenkins radiator turns red (we are using the raditor plugin), to lock our master branch in github. Then as soon as someone claims a failed build they should get push rights to the master branch. Once the radiator is green again

Pipeline: Building downstream dependencies

2016-06-03 Thread Sverre Moe
My first predicament: In Multi-configuration build, one single executor can contain multiple parent build, but that single executor can only contain one configuration/axis/slave build at a time. Using Pipeline I am not sure how to get it to work like this. After my Build stage I try to schedule

Re: Error during Sonar runner execution in Jenkins

2016-06-03 Thread SPTeam SmartData
Hi Anyone used sonar-runner in Android studio , when I run command "gradle sonarRunner" through terminal it give error as below : "Can not invoke method public java.lang.Class org.sonar.plugins.surefire.SurefireSensor.dependsUponCoverageSensors()" My Build.gradle file as below: apply