Re: Build error: Spotbugs not found

2020-03-21 Thread Mark Waite
The message refers to a Java runtime environment path (jre1.8.0_241). The Java 8 runtime environment does not include the necessary tools for development. You need the Java Development Kit (JDK). See https://stackoverflow.com/questions/5730815/unable-to-locate-tools-jar for more information. On

Build error: Spotbugs not found

2020-03-21 Thread Alex Reds
Hi everyone, I would like to contribute to the Jenkins open-source project but I got stucked quite early. When I try to build the project, I get this error: [ERROR] Failed to execute goal com.github.spotbugs:spotbugs-maven-plugin:3.1.12.2:spotbugs (spotbugs) on project jenkins-parent: Execut

Re: Getting "Couldn't find any revision to build" error while using Jenkins with BitBucket repository

2020-02-12 Thread Mark Waite
On Wed, Feb 12, 2020 at 7:43 AM Amila Gunathilake wrote: > [image: Capture.PNG] > Hi Mr. Mark Waite, > > I'm getting a same kind of issue when I created a Checkout stage with > "refspec" and due to that my Pull request is failing, I cannot merge this > in to my master branch. > > I don't see an o

Re: Getting "Couldn't find any revision to build" error while using Jenkins with BitBucket repository

2020-02-12 Thread Amila Gunathilake
[image: Capture.PNG] Hi Mr. Mark Waite, I'm getting a same kind of issue when I created a Checkout stage with "refspec" and due to that my Pull request is failing, I cannot merge this in to my master branch. Below is my checkout stage code for your reference. On Friday, January 6, 2017 at

Re: Getting "Couldn't find any revision to build" error with git checkout

2019-03-18 Thread t3knoid
I added the following item: Git for Windows Installation and Windows Certificate Stores On Monday, March 18, 2019 at 2:02:52 PM UTC-4, Mark Waite wrote: > > That's a very useful result. Thanks for discovering it. Would you be > willing to put a note into the git plugin wiki page describing wh

Re: Getting "Couldn't find any revision to build" error with git checkout

2019-03-18 Thread t3knoid
Yeah sure. That's a good idea. On Monday, March 18, 2019 at 2:02:52 PM UTC-4, Mark Waite wrote: > > That's a very useful result. Thanks for discovering it. Would you be > willing to put a note into the git plugin wiki page describing what you saw > and how to resolve it? > > We've had other su

Re: Getting "Couldn't find any revision to build" error with git checkout

2019-03-18 Thread Mark Waite
That's a very useful result. Thanks for discovering it. Would you be willing to put a note into the git plugin wiki page describing what you saw and how to resolve it? We've had other surprises like that (credentials manager, for example), and the wiki page has been a good place to put the infor

Re: Getting "Couldn't find any revision to build" error with git checkout

2019-03-18 Thread t3knoid
I figured out why this was happening. It's user error :-). When installing git for windows, make sure to use "Use the native Windows Secure Channel library" option during installation. On Saturday, March 16, 2019 at 12:15:51 PM UTC-4, t3knoid wrote: > > I have a new Jenkins server that has not

Re: Getting "Couldn't find any revision to build" error with git checkout

2019-03-16 Thread Mark Waite
You might change into the workspace directory where the revision can't be found and look at the output of `git branch -a` and `git log`. There may be some hint about something missing from the fetch. On Sat, Mar 16, 2019 at 7:46 PM t3knoid wrote: > Thanks for the suggestions anyway. > > BTW, I

Re: Getting "Couldn't find any revision to build" error with git checkout

2019-03-16 Thread t3knoid
Thanks for the suggestions anyway. BTW, I downloaded Github desktop in the Jenkins slave machine and was able to clone without a problem. On Saturday, March 16, 2019 at 4:02:13 PM UTC-4, Mark Waite wrote: > > > > On Sat, Mar 16, 2019 at 1:47 PM t3knoid > > wrote: > >> Thanks for your response.

Re: Getting "Couldn't find any revision to build" error with git checkout

2019-03-16 Thread Mark Waite
On Sat, Mar 16, 2019 at 1:47 PM t3knoid wrote: > Thanks for your response. > > > Branch name has been requested that is not being fetched because the > refspec in the "Advanced" section does not include the desired branch > > I'm not touching the Advanced section at all. > > >Branch name to be bu

Re: Getting "Couldn't find any revision to build" error with git checkout

2019-03-16 Thread t3knoid
Thanks for your response. > Branch name has been requested that is not being fetched because the refspec in the "Advanced" section does not include the desired branch I'm not touching the Advanced section at all. >Branch name to be built does not match any branch on the remote (typo in the bra

Re: Getting "Couldn't find any revision to build" error with git checkout

2019-03-16 Thread Mark Waite
That indicates command line git could not fit any reference that matches the branch name or SHA 1 it has been asked to build. Some possible causes include: - Branch name has been requested that is not being fetched because the refspec in the "Advanced" section does not include the desired b

Getting "Couldn't find any revision to build" error with git checkout

2019-03-16 Thread t3knoid
I have a new Jenkins server that has not used git for checking out. I tried using a simple git checkout, just using a freestyle project. For some reason I get a "Getting "Couldn't find any revision to build" whenever I try to check out. Using an older server checks out the same repo just fine..

No revision recorded for "URL" in the previous build. Error: Processing failed due to a bug in the code

2018-01-24 Thread Shan Bains
Hi, No revision recorded for "URL" in the previous build. Error: Processing failed due to a bug in the code Using Jenkins version 2.89.3 with subversion plug-in 2.10.2 Subversion version 5.2.2 Any suggestions? Thanks! -- You received this message because you are subscribed to

Re: Jenkins/2.66 Maven build Error on Slave

2017-06-30 Thread Oleg Nenashev
>From what I see you are trying to use the Maven Project plugin with Maven on Java 7. See the compatibility notice on Wiki: https://wiki.jenkins.io/display/JENKINS/Maven+Project+Plugin Hopefully it helps, пятница, 30 июня 2017 г., 16:30:20 UTC+2 пользователь Leiber, Rick написал: > > Any help

Jenkins/2.66 Maven build Error on Slave

2017-06-30 Thread Leiber, Rick
Any help would be greatly appreciated. <===[JENKINS REMOTING CAPACITY]===>channel started ERROR: ERROR: Invalid project setup: jenkins/security/MasterToSlaveCallable : Unsupported major.minor version 52.0 [WEBSERVI

Re: Coverity build error

2017-02-21 Thread Richard Ginga
A "no translation units" typically means nothing was actually compiled. On Mon, Feb 20, 2017 at 4:54 AM, Nitzan Yemal wrote: > Hello, > > I'm trying to create a job with coverity plugin for static analysis and I > get this error (using Coverity plugin 1.8.1 and coverity version 8.6 on > Ubuntu m

Coverity build error

2017-02-20 Thread Nitzan Yemal
Hello, I'm trying to create a job with coverity plugin for static analysis and I get this error (using Coverity plugin 1.8.1 and coverity version 8.6 on Ubuntu machine) : BUILD SUCCESSFUL Total time: 8 mins 54.262 secs [Coverity] cmd so far is: [/home/jenkins/Developer/cov-analysis-linux64-

[SOLVED] : Jenkins Pipeline build error: Failed to prepare configFileProvider step

2017-01-23 Thread Ramanathan Muthaiah
On Monday, January 9, 2017 at 9:38:24 AM UTC+5:30, Ramanathan Muthaiah wrote: > > Hello All, > > Need help with pipeline build error in this setup: > > Jenkins v2.36 with standard pipeline plugins + configFileProvider plugin > > Here is the content of Jenkinsfile, p

Jenkins Pipeline build error: Failed to prepare configFileProvider step

2017-01-08 Thread Ramanathan Muthaiah
Hello All, Need help with pipeline build error in this setup: Jenkins v2.36 with standard pipeline plugins + configFileProvider plugin Here is the content of Jenkinsfile, pipeline script: node('master') { stage(&#x

Re: Getting "Couldn't find any revision to build" error while using Jenkins with BitBucket repository

2017-01-06 Thread Mark Waite
Comments are inline. Mark Waite On Fri, Jan 6, 2017 at 2:53 PM Saurabh Saxena wrote: > Hi All, > > I am new to Jenkins and need your help with one of the error I am getting. > > I have my local Jenkins setup with Tomcat, and have integrated it with > BitBucket (Open Source) repository. While ex

Getting "Couldn't find any revision to build" error while using Jenkins with BitBucket repository

2017-01-06 Thread Saurabh Saxena
Hi All, I am new to Jenkins and need your help with one of the error I am getting. I have my local Jenkins setup with Tomcat, and have integrated it with BitBucket (Open Source) repository. While executing the build process I am getting the following error: C:\Tools\PortableGit\git-bash.exe fe

TFS Plugin - Build Error

2016-06-14 Thread AboveBeyond
Hi, i connected Jenkins to our TFS server , while trying to create a new build im getting the following error: FATAL: java.lang.RuntimeException: com.microsoft.tfs.core.clients.versioncontrol.exceptions.VersionControlException: com.microsoft.tfs.core.exceptions.TECoreException: TF400898: An In

Re: Reg: jenkins build Error

2014-08-05 Thread Jason Korth
export ANT_OPTS=-Xmx256m On Tue, Aug 5, 2014 at 7:38 AM, bandi pavankumar reddy < pavanreddy...@gmail.com> wrote: > Hi friends i am doing java source files building in Jenkins...some > build.xml files having huge source file's in Jenkins i am tryi

Reg: jenkins build Error

2014-08-05 Thread bandi pavankumar reddy
Hi friends i am doing java source files building in Jenkins...some build.xml files having huge source file's in Jenkins i am trying to build in compile target it was displaying error showing to solve that error give to me any suggestion's i am sending that error I am getting this error for building

build error

2013-07-09 Thread Mariano Gazzola
please help with this: the console log below happens when I try to build and deploy my project. I have no clues. Is it a known isssue ? thanks Console Output Started by user anonymous Building in workspace /opt/peppertrip-app/builds.tmp/workspace/Peppert

Re: Build ERROR

2012-12-10 Thread El alaoui Mohamed Reda
it's okey thanks for your help :) 2012/12/7 japinder gill > you can install below plugin and see where your memory is going.. > > https://wiki.jenkins-ci.org/display/JENKINS/Monitoring > > then accordingly you can change your memory allocation. > There need to be a balance, you just cant keep o

Build Error

2012-12-07 Thread japinder gill
Getting below error. - [INFO] [ERROR] BUILD ERROR[INFO] [INFO] Internal error in the plugin

Re: Build ERROR

2012-12-07 Thread japinder gill
you can install below plugin and see where your memory is going.. https://wiki.jenkins-ci.org/display/JENKINS/Monitoring then accordingly you can change your memory allocation. There need to be a balance, you just cant keep on increasing heap size. On Friday, December 7, 2012 4:09:52 PM UTC+5:3

Re: Build ERROR

2012-12-07 Thread El alaoui Mohamed Reda
now i have 3 g of RAM but i have the same probleme :( The system is out of resources. Consult the following stack trace for details. java.lang.OutOfMemoryError: PermGen space at java.lang.ClassLoader.defineClass1(Native Method) 2012/12/7 El alaoui Mohamed Reda > yes after applying the

Re: Build ERROR

2012-12-07 Thread El alaoui Mohamed Reda
yes after applying the recommended setting 2012/12/7 Gábor Garami > After you applied the recommended settings? > > Garami Gábor > gabor.gar...@hron.me > Skype: hron84 > Tel: +36 20 235 9621 > > Sent from my T-Mobile G2 > Ezt a levelet telefonról adták fel, ékezethibákat tartalmazhat. > 2012.12.

Re: Build ERROR

2012-12-07 Thread Gábor Garami
After you applied the recommended settings? Garami Gábor gabor.gar...@hron.me Skype: hron84 Tel: +36 20 235 9621 Sent from my T-Mobile G2 Ezt a levelet telefonról adták fel, ékezethibákat tartalmazhat. 2012.12.06. 17:44, "El alaoui Mohamed Reda" ezt írta: > on local it's okey but in JEKINS also

Re: Build ERROR

2012-12-06 Thread El alaoui Mohamed Reda
on local it's okey but in JEKINS also the same problem :( 2012/12/6 Jeff Williams > For your local build, write: > > export MAVEN_OPTS='-Xmx1024m -XX:MaxPermSize=512m' > > then run the build as normal (again, check the numbers for your > environment) > > For jenkins, follow my instructions below

Re: Build ERROR

2012-12-06 Thread Jeff Williams
For your local build, write: export MAVEN_OPTS='-Xmx1024m -XX:MaxPermSize=512m' then run the build as normal (again, check the numbers for your environment) For jenkins, follow my instructions below. Jeff On Dec 6, 2012, at 3:52 PM, El alaoui Mohamed Reda wrote: > non i have the same problem

Re: Build ERROR

2012-12-06 Thread El alaoui Mohamed Reda
non i have the same problem also :( in jenkins and in the local Build in the directory of project 2012/12/6 Jeff Williams > You are running out of PermGen space! > > try adding something like: > > -Xmx1024m -XX:MaxPermSize=512m > > to the Maven Project Configuration on the Manage Jenkins > Confi

Re: Build ERROR

2012-12-06 Thread El alaoui Mohamed Reda
i think that i must changing the jvm configuration for the memory but how can i do it ? 2012/12/6 El alaoui Mohamed Reda > how can i do it please ? > > i have Ubuntu/Linaro 4.6.3-1ubuntu5) > and JAVA : > > java version "1.6.0_26" > Java(TM) SE Runtime Environment (build 1.6.0_26-b03) > Java Ho

Re: Build ERROR

2012-12-06 Thread El alaoui Mohamed Reda
how can i do it please ? i have Ubuntu/Linaro 4.6.3-1ubuntu5) and JAVA : java version "1.6.0_26" Java(TM) SE Runtime Environment (build 1.6.0_26-b03) Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode) 2012/12/6 Scott Evans > The amount of memory you have physically installed i

Re: Build ERROR

2012-12-06 Thread Scott Evans
The amount of memory you have physically installed is completely different than the amount of memory the java process is allowed to allocate & use. Changing the settings as outlined below will give your java process more memory to work with. Scott On Thu, Dec 6, 2012 at 8:34 AM, El alaoui Mohamed

Re: Build ERROR

2012-12-06 Thread El alaoui Mohamed Reda
thanks for answer : i have 2 G Ram for Jeff i have the same problem when i start the build in my vm (in local) 2012/12/6 Jeff Williams > You are running out of PermGen space! > > try adding something like: > > -Xmx1024m -XX:MaxPermSize=512m > > to the Maven Project Configuration on the Mana

Re: Build ERROR

2012-12-06 Thread Jeff Williams
You are running out of PermGen space! try adding something like: -Xmx1024m -XX:MaxPermSize=512m to the Maven Project Configuration on the Manage Jenkins > Configure System page Where: -Xmx give the maximum heap size, and -XX:MaxPermSize increases the size of the PermGen space You can look up

Re: Build ERROR

2012-12-06 Thread japinder gill
whts the RAM size of your server? may be you can chk by setting heap size. On Thursday, December 6, 2012 7:01:05 PM UTC+5:30, Capfo wrote: > > hello > > i have a probleme with JENKINS it's a new installation when i do some test > with a meven code source 2.2.1 and 2.2.2 > > when i make mvn clean

Re: build error

2012-08-01 Thread Andrew Melo
On Thu, Aug 2, 2012 at 1:05 AM, Pankaj Pankaj wrote: > > i am sending the attachment.. > > Continuing with what Sami said, you need to provide the error message and more information so that people can begin to figure out what's going on. -Andrew > On Thu, Aug 2, 2012 at 1:58 AM, And > ew Melo

Re: build error

2012-08-01 Thread Pankaj Pankaj
i am sending the attachment.. On Thu, Aug 2, 2012 at 1:58 AM, Andrew Melo wrote: > On Wed, Aug 1, 2012 at 2:31 AM, Pankaj Pankaj > wrote: > > Hi > > I am working on an open-source project dhis2, the source code is reside > on > > launchpad. before building the new version's war file in launchpad

Re: build error

2012-08-01 Thread Andrew Melo
On Wed, Aug 1, 2012 at 2:31 AM, Pankaj Pankaj wrote: > Hi > I am working on an open-source project dhis2, the source code is reside on > launchpad. before building the new version's war file in launchpad we have > to create account (if not registered) then add ssh rsa key then checkout > code thro

Re: build error

2012-08-01 Thread Sami Tikka
There simply aren't enough details in this cry for help. At the moment no-one can do anything more than feel sorry for you. If you could try to share some more information, like the exact error message or any other description of your problem. Usually it helps to also know details of your envi

build error

2012-08-01 Thread Pankaj Pankaj
Hi I am working on an open-source project *dhis2*, the source code is reside on launchpad. before building the new version's war file in launchpad we have to create account (if not registered) then add ssh rsa key then checkout code through bazaar on local computer then build by maven. its ver

wso2 build error

2012-05-24 Thread Baris INANC
We cant build wso2-stratos core project from jenkins but we can build this project from shell. This is the console output of jenkins; Anyone had this issue? Thank you Started by user anonymous Building in workspace /home/ardic/.jenkins/workspace/core Updating https://10.1.1.2:8443/svn/ARCSP_CLO