SOAPUI

2016-12-07 Thread GBANE FETIGUE
Hi, any soapui-Jenkins expert I am trying to find a way to test deployed API with soapUI test suite. I have deployed API now I would like to run test suite for those deployed app. everything I have seen so far is to run a test through deployment I would like to do after deployment. any ideas ?

JUnit test result report

2016-12-07 Thread GBANE FETIGUE
Hi, I have added a JUnit plugins to my project and it keep telling me " ERROR: Step ‘Publish JUnit test result report’ failed: Test reports were found but none of them are new. Did tests run?" Here is the build : [EnvInject] - Loading node environment variables. Building in workspace /var/li

PermGen space

2016-10-25 Thread GBANE FETIGUE
Hi folks, I am running Jenkins on Centos 6.5 base image and even though I have enough memory I am always having that weird error message below. FYI I have set on configuration system "Global maven OPTS this : -Xmx2048m -XX:-UseGCOverheadLimit -XX:MaxPermSize=512m but nothing. any other ideas th

deployment YAML script with Jenkins

2016-09-26 Thread GBANE FETIGUE
Hi, I am running a Yaml deployment on with Jenkins. I specified the branch (develop) but when I run the YAML I am getting error message . ​The weird stuff is I have already added the key to bitbucket deployment key . any ideas ? ​ Started by user UserName LastName [EnvInject] - Loading no

NodeJs Conitnuous Integration Continuous D

2016-08-04 Thread GBANE FETIGUE
Hey, Is anybody already create a CI/CD for NodeJS application, any document or sample to explains steps by steps will be welcome Thanks -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails

Re: jenkins 2.7.1 missing Maven plugin and JDK

2016-07-25 Thread GBANE FETIGUE
ow a dedicated Tools entry > in the Management screen of Jenkins > The specific Maven plugin isn't available in the recommended list of > plugins but it can be installed. > > cheers > > > On Mon, Jul 25, 2016 at 8:04 PM, GBANE FETIGUE > wrote: > >> Hi guy

jenkins 2.7.1 missing Maven plugin and JDK

2016-07-25 Thread GBANE FETIGUE
Hi guys, Is anybody realized that the jenkins 2.7.1 new version doesn't Maven and JDK . I tried to install the Maven and JDK there aren't part of the plugins list. do you folks have any ideas ? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group.

Deploy Mule application

2016-06-07 Thread GBANE FETIGUE
Hi FOLKS , I have attached the referring document. I am trying to build a complete Continuous Integration by Jenkins I have run all the process by following the attach work flow until deploy the artifacts on artifactory but I kind of looking for a MMC ( mule management Console) plugins t

Restart an API with Jenkins

2015-12-17 Thread GBANE FETIGUE
Hey Folks, I am trying to create a jenkins job to restart a nodeJs API that I am having on my server( /etc/init/ovrc-dashoard-api). that's job need to be running the job every hour(@hourly). again the app is a nodejs app and is located on a server. all i need is an idea how to restart the API (n

Re: restart a nodejs app

2015-12-17 Thread GBANE FETIGUE
obably do the trick. > > Richard. > > On Thu, 17 Dec 2015 at 15:11 GBANE FETIGUE > > wrote: > >> Hey Folks, >> >> I am trying to create a jenkins job to restart a nodeJs API that I am >> having on my server( /etc/init/ovrc-dashoard-api). that's job ne

restart a nodejs app

2015-12-16 Thread GBANE FETIGUE
Hey Folks, I am trying to create a jenkins job to restart a nodeJs API that I am having on my server( /etc/init/ovrc-dashoard-api). that's job need to be running the job every hour(@hourly). again the app is a nodejs app and is located on a server. all i need is an idea how to restart the API (n

Jenkins job

2015-12-01 Thread GBANE FETIGUE
Hi buddy I need ideas about a jenkins job that I want to create . I have the idea but I don't really know where to get started. I have a web app displaying server status. and whenever the status is good the results is " like a boss" which mean positive and when is bad it displays " horrib

Error message

2015-11-10 Thread GBANE FETIGUE
Hey buddy Is anyone some about that error message: NOTIFIED: [nodejs_app | restart app] ** failed: [qastatus0] => {"failed": true, "item": ""} msg: stop: Unknown instance: start: Rejected send message, 1 matched rules; type="method_call", sender=":1.15

/root/.s3cfg permission denied

2015-10-29 Thread GBANE FETIGUE
Hey guys, I still don't understand for me the error was quite simple /root/.s3cfg permission denied I changed the permission on .s3cfg as results it's not working, I also moved the .s3cfg still the same but the crazy think is Jenkins keep thinking the file is still inside of /root even though

Sudo Power To a Jenkins Job

2015-10-28 Thread GBANE FETIGUE
Hey guys Is anybody knows how to set sudo power to command on jenkins job. because I am having this command and I can run that on jenkins without sudo I am having permission issues sudo s3cmd -c /root/.s3cfg get s3://snapav-code/cs-system-status/cs-system-status-7ab76c7ec22af26fa3605d55750b605

Need help jenkins /ansible

2015-10-27 Thread GBANE FETIGUE
hey Guys Is anybody has an idea about that error message PLAY [Deploy to status servers] *** GATHERING FACTS *** ok: [172.16.21.129] TASK: [nodejs_app | Put upstart script in place] *

jenkins Console output

2015-10-06 Thread GBANE FETIGUE
Hey guys I am having some issues after running this job is giving me this error. I am not a jenkins expert ; here is the output also i to debug with the option - but is it's not working. could someone help me Started by user Fetigue Gbane Buildin