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

2016-10-28 Thread Oscar Vadillo
I dont understand. Last month the same scenary works succesfully. I didn't change anything in the Jenkins pipeline script. 😞 El 28/10/2016 12:03 a. m., "Oscar Vadillo" escribió: > Thanks, but that's not the problem. The error appear only with the first > com

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

2016-10-27 Thread Oscar Vadillo
need to cd to “myrepo” directory in the workspace before using > “git checkout” git cli with sh? > > From: > on behalf of Oscar > Vadillo > > Reply-To: "jenkins...@googlegroups.com " < > jenkins...@googlegroups.com > > Date: Thursday, October 27, 2016 at 8

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

2016-10-27 Thread Oscar Vadillo
Hi all, I am trying to use Jenkins in Pipeline mode. For that, I have defined a fist step which I make a git checkout to my repo. git url: "g...@bitbucket.org:mycompany/myrepo.git" sh "git checkout tags/1.2.1" But, when I run the Groovy script, appear this error: [Pipeline] stage (Getti