Re: jenkins issue

2022-10-10 Thread Mithun Raj
1. Update your OS, 2. Check if the Git credentials are injected correctly, If running from bastion host or jump box make sure your git hub or enterprise hostnames and IP are updated (ask git admin) in the hosts file under /etc/hosts 3. Update—env is the Git global env for git You can either set

Re: stderr: git: error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory

2020-08-12 Thread Amol Raj Itankar
ons/36374758/watchman-error-while-loading-shared-libraries-libpcre-so-1 > > > https://serverfault.com/questions/290330/fixing-shared-pcre-library-on-centos > > > On Wed, Aug 12, 2020 at 9:00 PM Amol Raj Itankar > wrote: > >> Hello All, >> >> I am getti

stderr: git: error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory

2020-08-12 Thread Amol Raj Itankar
Hello All, I am getting following error when trying to scan multi branch user Currently we have Jenkins 2.45 and moving to 2.235.3 on a seperate RHEL machine Can someone please help to sort out the issue ? --- Started by user Admin [Thu Aug 13

Jenkins Build failure.

2018-10-02 Thread Arjun Raj
I have a maven project on Jenkins(jenkins 2.121.1 installed on redhat) I'm getting test case failure In Jenkins.I just tried same On execute shell option and cloned Repository locally and passed all commands build was working fine.But still I'm Getting error (test failure-java assertion

Jenkins build how to access the build.xml data after the build activity finishes.

2018-05-19 Thread Raj
in short as a last step how can i read the data in build.xml and archive it to a db. Any help, directions in this matter will be greatly appreciated. Thank you for the time in this matter Regards, Raj -- You received this message because you are subscribed to the Google Groups "Jenkins

set environment variables on ami(to fill ec2 plugin cred's) runnig jenkins master in docker to start slaves with ec2 plugin

2017-12-29 Thread Pruthvi Raj Reddy Chukkannagari
I'm trying to run slaves using ec2. plugin. I'm running my master in docker over AWS ami. I can auto fill the ec2 plugin configurations for instances with docker env file where as I do not want to show my aws keys in evs' file rather try get an alternative using environment variables configured

Re: CI/CD Jenkins for Non Java projects

2017-11-04 Thread samy raj
thank you itchymuzzle On Thursday, November 2, 2017 at 1:44:08 AM UTC-4, samy raj wrote: > > Hello All, > I am looking for a simple project example which has non-java for a > complete cycle of DevOps. I have a requirement for a project which has just > many configuration fil

CI/CD Jenkins for Non Java projects

2017-11-01 Thread samy raj
Hello All, I am looking for a simple project example which has non-java for a complete cycle of DevOps. I have a requirement for a project which has just many configuration files, Unix script files. I am able to move them into github. But, I need to understand how to build and to write

Build issue on jenkins

2017-09-19 Thread Nat Raj
Hi Team, We have a doubt about jenkins build process, We installed and configured jenkins on aws hosting (Linux), I got unstable error when i use 755 permission but i didn't get any issues when i use 777 permission to the directory, Please guide me how to fix the unstable issue using 755

Re: Issue with RegEx for project roles in Matrix Authorization Strategy Plugin

2017-07-10 Thread Raj Kiran Neerukonda
/project/component|parent/project/component/* it dint worked. Please help me. Thank you, Raj Kiran. -- 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, sen

Re: upgrading jenkins form 1.636 to 2.32.3 or even the latest causes following issue.

2017-05-17 Thread Raj
UTC-4, Raj wrote: > > Thank you > created : https://issues.jenkins-ci.org/browse/JENKINS-44324 > > On Wednesday, May 17, 2017 at 11:17:45 AM UTC-4, Dan Alvizu wrote: >> >> Also please include in the bug report: >> >> >>- The version of the build pi

Re: upgrading jenkins form 1.636 to 2.32.3 or even the latest causes following issue.

2017-05-17 Thread Raj
; > > test-pipeline > false > false > > Lightbox > false > false > false > > false > false > 3 > false > > > On Tuesday, May 16, 2017 at 10:17:09 PM UTC-6, Raj wrote:

upgrading jenkins form 1.636 to 2.32.3 or even the latest causes following issue.

2017-05-16 Thread Raj
A problem occurred while processing the request. Please check our bug tracker to see if a similar problem has already been reported. If it is already reported, please vote and put a comment on it to let us gauge the impact of the problem. If you think this is a new issue, please file a new

Re: Upgrade Jenkins from 1.580 to 2.32.2

2017-04-11 Thread Raj
have been. regards, Raj On Wednesday, March 1, 2017 at 4:01:04 AM UTC-5, Baptiste Mathus wrote: > > Right, sorry, I misunderstood, I assumed Raj was using Java 7 VM for > running Jenkins already, but he didn't tell this part. > > @Raj: if you're still using a JDK6, then yes,

SEVERE: I/O error in channel Chunked connection to http://example:8080/cli

2017-04-07 Thread Christopher Antony Raj
Hi, I am trying to delete the old build from cli using the command java -jar jenkins-cli.jar -s http://example.com:8080 delete-builds myproject '25-26' --username $user --password $pwd but getting these errors : java.io.StreamCorruptedException: invalid stream header: 0A0A0A0A at

is there a way to get all the enabled jobs on a jenkins CI System

2017-03-21 Thread Raj
I would like to know if there is a way to use jenkins cli jar file and find out if a given job is enabled or currently disabled. i have about 700 jobs on the server and would like to know the list of enabled and disabled jobs Thank you very much for your time. regards, Raj -- You received

Re: Upgrade Jenkins from 1.580 to 2.32.2

2017-02-27 Thread Raj
at 1:35:25 PM UTC-5, Raj wrote: > > Hello, > We have been stuck to a very old version of Jenkins for a while now. > 1.580. we are on Centos 6. > > I am wondering if any one has upgraded from 1.580 to 2.32.2 via yum and > including all plugins ? > > If someone c

Upgrade Jenkins from 1.580 to 2.32.2

2017-02-25 Thread Raj
for jdk 1.8, is there any other hard dependency for the upgrade? Regards, Raj -- 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-user

Re: Jenkins pipeline build failing even though all steps/stages pass

2017-01-03 Thread Raj Sahae
Hi Daniel, You were right, it was an archiveArtifacts step that was failing without any output whatsoever. Thanks, Raj On Tuesday, January 3, 2017 at 12:22:07 PM UTC-8, Daniel Beland wrote: > > > I had a similar problem today and sadly my conclusion is it can be > anything. &g

Re: Jenkins pipeline build failing even though all steps/stages pass

2016-12-28 Thread Raj Sahae
t from my jenkins job. Thanks, Raj -- 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 discuss

Re: Jenkins pipeline build failing even though all steps/stages pass

2016-12-28 Thread Raj Sahae
PM UTC-8, David Karr wrote: > > I'd say we would need to see all of the console output, even though > you say it reports failure. > > On Tue, Dec 27, 2016 at 11:59 PM, Raj Sahae <rajs...@gmail.com > > wrote: > > Hi all, > > > > I have a pipel

Re: Jenkins pipeline build failing even though all steps/stages pass

2016-12-28 Thread Raj Sahae
: > > I'd say we would need to see all of the console output, even though > you say it reports failure. > > On Tue, Dec 27, 2016 at 11:59 PM, Raj Sahae <rajs...@gmail.com > > wrote: > > Hi all, > > > > I have a pipeline that I consider to be pretty b

Jenkins pipeline build failing even though all steps/stages pass

2016-12-27 Thread Raj Sahae
been struggling with this particular hurdle for several days now. Thanks, Raj -- 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-user

Is there a Jenkins REST API call for get the list of jobs that happened between a time span?

2016-10-10 Thread Daniel Sagaya Raj
Hi Everyone, Is there a Jenkins REST API call for get the list of jobs that happened between two dates or time span. ? With Regards: Daniel Sagayaraj -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop

Re: How to run jenkins in jdk 1.6

2016-08-26 Thread Panikera Raj
PM, Chris Selwyn <ch...@selwyn-family.me.uk> wrote: > I suggest you read https://jenkins.io/blog/2015/04/06/good-bye-java6/. > > Chris Selwyn > > > On 2016-08-26 12:48, Panikera Raj wrote: > >> I have other windows setup which I had JDK 1.6, there I can start

Re: How to run jenkins in jdk 1.6

2016-08-26 Thread Panikera Raj
hat you wish to use to perform builds. > > Chris Selwyn > > > On 2016-08-26 12:23, Panikera Raj wrote: > >> Can you bit elaborate about this, >> >> how cay achieve this, is there any configuration file where I can >> specify to use JDK 1.6 >> >> -P

Re: How to run jenkins in jdk 1.6

2016-08-26 Thread Panikera Raj
ding your > project. You can configure jenkins to build with arbitrary JDK, using Java > installations on global configuration and selecting the adequate one for > your jobs > > 2016-08-26 11:22 GMT+02:00 Panikera Raj <panikera.raj...@gmail.com>: > >> Hi All, &g

How to run jenkins in jdk 1.6

2016-08-26 Thread Panikera Raj
Hi All, I have a problem, please do help me on this First I have installed JDK 1.7 in windows-64 bit machine, then I have started jenkins, in jenkins i have created some projects Called Android and I was able executing successfully, But later I am facing some issue in Android project, so I have

Re: Does Role-based Authorization Strategy has users limit?

2016-06-23 Thread Raj Meghraj
hey apply in this > particular case. > > > > *From:* jenkins...@googlegroups.com [mailto: > jenkins...@googlegroups.com ] *On Behalf Of *Raj Meghraj > *Sent:* 22 June 2016 22:07 > *To:* Jenkins Users > *Subject:* Does Role-based Authorization Strategy has users limit? >

Does Role-based Authorization Strategy has users limit?

2016-06-22 Thread Raj Meghraj
of users. Regards, Raj -- 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 discu

Re: Jenkins is installed on Solaris machine. I need to run some .bat file that is located on some windows machine .How can I create that specific job in Jenkins?

2016-02-24 Thread Rahul Raj
+by+step+guide+to+set+up+master+and+slave+machines Then you will be able to create a Jenkins job with a 'Execute Windows batch command' build step Cheers On Wednesday, 24 February 2016 08:01:26 UTC, Rahul Raj wrote: > > Jenkins is installed on Solaris machine. I need to run some .ba

Jenkins is installed on Solaris machine. I need to run some .bat file that is located on some windows machine .How can I create that specific job in Jenkins?

2016-02-24 Thread Rahul Raj
Jenkins is installed on Solaris machine. I need to run some .bat file that is located on some windows machine .How can I create that specific job in Jenkins? (Note that Jenkins is located on Solaris machine). -- You received this message because you are subscribed to the Google Groups

Query

2016-02-23 Thread Rahul Raj
Jenkins is installed on Solaris machine. I need to run some .bat file that is located on some windows machine .How can I create that specific job in Jenkins? (Note that Jenkins is located on Solaris machine). -- You received this message because you are subscribed to the Google Groups

not able to see browser when running the test cases from jenkins

2015-11-18 Thread Raj
Hi, I am able to run selenium2Library robot framework test cases in jenkins but I am not able to see browser when running the test cases from jenkins I am using ubuntu 14.04 any help would be appreciated. Thanks in advance -- You received this message because you are subscribed to the Google

Dropdown buttons not working in Jenkins

2015-10-21 Thread Rahul Raj
In jenkins UI, none of the dropdown buttons are working. As in dropdown list is seen but it doesnt get selected when an option is chosen. How to resolve this issue. Jenkins Version - 5.2 Thanks. -- You received this message because you are subscribed to the Google Groups "Jenkins Users"

Re: How to stop job at run time

2015-06-29 Thread Panikera Raj
Hi Guys, Any update on this... Regards, Panikera On Fri, Jun 26, 2015 at 5:46 PM, Panikera Raj panikera.raj...@gmail.com wrote: Hi All, I have a scenario where I am using Build flow project in jenkins like below: parallel ( {build(NightlyBuilds)}, {build(MemoryLeaks)} ) so

[no subject]

2015-06-27 Thread Bharath Raj
help me ASAP . I need to see the deployed Artifacts in artifactory Thanks in advance . -- Regards Bharath Raj 9632027085 -- 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

How to stop job at run time

2015-06-26 Thread Panikera Raj
Hi All, I have a scenario where I am using Build flow project in jenkins like below: parallel ( {build(NightlyBuilds)}, {build(MemoryLeaks)} ) so both *NightlyBuilds, MemoryLeaks *are going paralally but in memoryleaks project i have a check point, when flag become true so i need to stop

Print Upstream project name

2015-06-10 Thread Panikera Raj
Hi All, I have two master projects like A, B. And I have one more slave project as C. Slave project ( C) shared by two master projects, As soon as master projects A or B is finished immediately C project will trigger. So is there a way, where we can print upstream project name in slave project.

Robo and Testng framework with Selenium python in different slaves in Jenkins

2015-06-01 Thread Denis Raj
Hi All, I am having a multi framework setup that is different slave running different framework. I like to have a single master job in jenkins which trigger the automation in both the slaves. I have explored selenium grid and multi job. But it is difficult to proceed. Can any one help in

Re: executing multiple projects

2015-05-28 Thread Panikera Raj
/Parameterized+Trigger+Plugin Regards Hiteswar Sent from my iPhone On May 28, 2558 BE, at 3:11 PM, Panikera Raj panikera.raj...@gmail.com wrote: Hi All, I am bit confusing to use master and slave projects and waiting master project to finish all slave projects here is my scenario. 1. I have

executing multiple projects

2015-05-28 Thread Panikera Raj
Hi All, I am bit confusing to use master and slave projects and waiting master project to finish all slave projects here is my scenario. 1. I have master project which successfully executing. 2. Once master finished I am starting Slave A project. 3. Once Slave A finished execution I will start

ERROR:bluetooth_adapter_win.cc(102)] NOT IMPLEMENTED

2015-05-27 Thread saran raj
Hi I am getting the below error when i am trying to launch chrome via Plugin *Execute Set of Scripts *in windows batch command. C:\Program Files (x86)\Google\Chrome\ApplicationChrome.exe*03:21:58* [2904:3936:0527/032157:ERROR:bluetooth_adapter_win.cc(102)] NOT IMPLEMENTED*03:27:02*

Need help on puppet integration with Jenkins

2015-05-04 Thread Bharath Raj
Hi all, I need to deploy my code in weblogic server. I have written any script to build artifact . When I'm trying to deploy the artifact I'm getting error . So I was suggested to use puppet . I have downloaded puppet plugin and deployment notification plugin as first step . Could any of you

Getting error during deployment

2015-04-22 Thread Bharath Raj
Hi team , I am trying to deploy artifact through Weblogic server ..After building project I have written build.xml which is generating war successfully .. I am able to undeploy but while deploying I am getting the below error . Could you please help me in solving the issue and let me know the

Help Needed: Unable to get Remote Build Trigger working

2015-03-19 Thread Vinoth raj
I need to use curl to remotely trigger build for a project. Jenkins ver. 1.580.3 Following setting is done: In Configure Global Security section: - Jenkins' own user database set is enabled - Project based matrix authorization strategy is enabled There is one user who has all rights enabled here.

Re: InstallShield plugin usage

2015-03-10 Thread Anitha Kabil Raj
what the user experience is :) ) Richard. On Wed, Mar 11, 2015 at 12:55 AM, Anitha Kabil Raj anithak...@gmail.com javascript: wrote: Hello All, I'm using InstallShield plugin to build my InstallShield project file (.ism). I have installed InstallShield software on a slave, and trying

Re: get the console output of all the Phase used as part of multiplugin in a email

2015-03-01 Thread Anitha Kabil Raj
Were you able to get this done? I have a similar requirement. Thanks, Anitha On Friday, 10 October 2014 00:11:29 UTC+5:30, lp wrote: HI, I am using the Jenkins v1.572. and multiplugin as i have around 5 different phases in the project I am able to run the job successfully.As part of the

Modifying e-mail content

2015-02-19 Thread Anitha Kabil Raj
Dear team, I'm trying to get the build result reflected in my e-mail body. I need to get the result of each build step from the log, and put it as the e-mail content. In pre-send script I understand that I need to have a groovy script that serves the purpose. Can anyone help me on this? Thanks,

Re: Build using devenv.exe from Jenkins

2015-02-18 Thread Anitha Kabil Raj
-6, Anitha Kabil Raj wrote: Hello Group, I have recently started using Jenkins for automating builds. I tried using MSBUILD plugin for building VC++ project using devnev.exe. I couldn't use it as the quotes around the configuration I was trying to build, Release|Win32 was getting stripped

Re: Build using devenv.exe from Jenkins

2015-02-17 Thread Anitha Kabil Raj
In your script, add /useenv as an argument to devenv.exe. e.g.: instead of devenv.exe proj.sln, you want to issue devenv /useenv proj.sln. -Kelly On Tuesday, February 17, 2015 at 5:32:29 AM UTC-6, Anitha Kabil Raj wrote: Hello Group, I have recently started

Build using devenv.exe from Jenkins

2015-02-17 Thread Anitha Kabil Raj
Hello Group, I have recently started using Jenkins for automating builds. I tried using MSBUILD plugin for building VC++ project using devnev.exe. I couldn't use it as the quotes around the configuration I was trying to build, Release|Win32 was getting stripped. Is there any update available on

Fwd: Stop the execution if First task is failed even if multiple tasks are added to the project

2014-11-10 Thread Panikera Raj
Hi All, I have a project in Jenkins (as free style project) where I have added multiple tasks as an attachment. As I showed in attachment in first task condition is not satisfied I need to come out from the execution I don't want to execute second task. I can put *exit 1*. But If condition is

Re: Stop the execution if First task is failed even if multiple tasks are added to the project

2014-11-10 Thread Panikera Raj
@googlegroups.com [mailto: jenkinsci-users@googlegroups.com] *On Behalf Of *Panikera Raj *Sent:* Monday, November 10, 2014 8:36 AM *To:* jenkinsci-users@googlegroups.com *Subject:* Fwd: Stop the execution if First task is failed even if multiple tasks are added to the project Hi All, I have

Promotion plugin

2014-11-08 Thread Raj
I need to promote code into higher environment. The artifact is stored on a ftp location rather than storing in the individual job artifacts location. How can the promotion plugin get to know the artifacts for that particular version if not stored in the individual job artifacts location.

Re: svn tagging format

2014-10-16 Thread Panikera Raj
Hi Jemes, I don't think it can be possible, Since version number generated by SVN Server. If it is possible you can misguide the people... Regards, Panikera On Fri, Oct 17, 2014 at 12:34 AM, 'Jenkins, James W' via Jenkins Users jenkinsci-users@googlegroups.com wrote: Hi, Is there a way

Re: Can we print Master name in slave machine

2014-10-15 Thread Panikera Raj
”, what exactly do you want to print? And where / when do you want to print it? I don’t understand what you are trying to achieve here – can you explain in more detail? *From:* Panikera Raj [mailto:panikera.raj...@gmail.com] *Sent:* 14 October 2014 11:02 *To:* jenkinsci-users

Re: Can we print Master name in slave machine

2014-10-15 Thread Panikera Raj
to print?” Provide some sample output. *From:* Panikera Raj [mailto:panikera.raj...@gmail.com] *Sent:* 15 October 2014 09:43 *To:* jenkinsci-users@googlegroups.com *Subject:* Re: Can we print Master name in slave machine HI All, Thanks to one and all for responding on this. In slave logs

Re: Can we print Master name in slave machine

2014-10-14 Thread Panikera Raj
/Iphone7.10Auto/ build number 212 http://192.168.2.28:8080/job/Iphone7.10Auto/212 originally caused by: I want print master name Regards, Rajashekar P On Fri, Oct 10, 2014 at 12:31 PM, Panikera Raj panikera.raj...@gmail.com wrote: Hi All, Is there a way, where I can print Master name

Can we print Master name in slave machine

2014-10-10 Thread Panikera Raj
Hi All, Is there a way, where I can print Master name in slave machine. Since Two master projects will trigger one slave project. Please help me on this. Regards, Rajashekar P -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe

Re: Losing all the jobs when I do restart Jenkins

2014-10-06 Thread Panikera Raj
Hi All, Any update on this.. Regards, Panikera​ On Wed, Oct 1, 2014 at 1:51 PM, Panikera Raj panikera.raj...@gmail.com wrote: Hi All, What could be the reason to lose my existing jobs while doing restarting the Jenkins, I am using jenkins version as: 1.564. OS is Mac 64 bit. But when I

Losing all the jobs when I do restart Jenkins

2014-10-01 Thread Panikera Raj
Hi All, What could be the reason to lose my existing jobs while doing restarting the Jenkins, I am using jenkins version as: 1.564. OS is Mac 64 bit. But when I do creates new job with same name (which I already used last time before crashing) it's loading all the existing build history only.

Re: Copy files from master to slave

2014-07-16 Thread Panikera Raj
, Panikera On Wed, Jul 16, 2014 at 11:01 AM, corneil.duples...@gmail.com corneil.duples...@gmail.com wrote: You add it as a build step before you need to use the files. Typically: Copy to slave Build artifacts Publish artifacts Publish Test results On 16 Jul 2014 6:57 AM, Panikera Raj

Re: Copy files from master to slave

2014-07-15 Thread Panikera Raj
slave project). If it possible how can I achieve this Thanks in Advance Regards, Panikera On Tue, Jul 15, 2014 at 10:45 AM, Panikera Raj panikera.raj...@gmail.com wrote: Thanks Corneil, Les, I will try and let you know. Regards, Panikera On Mon, Jul 14, 2014 at 8:41 PM, Les

Re:

2014-07-15 Thread Panikera Raj
Hi All, How to achieve this, I got stuck since two weeks please give any solutions. Regards, Panikera On Mon, Jun 30, 2014 at 4:35 PM, Panikera Raj panikera.raj...@gmail.com wrote: Hi Beck, But I am not able to check out using Jenkins.. Still I am getting the above exception. I am using

Re: Copy files from master to slave

2014-07-14 Thread Panikera Raj
Thanks Corneil, Les, I will try and let you know. Regards, Panikera On Mon, Jul 14, 2014 at 8:41 PM, Les Mikesell lesmikes...@gmail.com wrote: On Mon, Jul 14, 2014 at 2:06 AM, Panikera Raj panikera.raj...@gmail.com wrote: Hi All I have to copy couple of files from master machine (OS

[no subject]

2014-06-30 Thread Panikera Raj
Hi All, I am not able to find the option under Manage Jenkins\Configure System\SVN category as: Update default Subversion credentials cache after successful authentication. What could be the issue. how to resolve such type of issue Pls let me know. Regards, Panikera -- You received this

Re:

2014-06-30 Thread Panikera Raj
@googlegroups.com [mailto: jenkinsci-users@googlegroups.com] *On Behalf Of *Panikera Raj *Sent:* Monday 30 June 2014 09:53 *To:* jenkinsci-users@googlegroups.com *Subject:* Hi All, I am not able to find the option under Manage Jenkins\Configure System\SVN category as: Update default Subversion

Re:

2014-06-30 Thread Panikera Raj
: On 30.06.2014, at 08:52, Panikera Raj panikera.raj...@gmail.com wrote: Update default Subversion credentials cache after successful authentication. This option has been removed as of version 2.0 of the plugin, as authentication now uses predefined credentials. -- You received this message because

Re: SVN Check out issue

2014-06-27 Thread Panikera Raj
on this. Regards, Panikera On Wed, Jun 25, 2014 at 7:43 PM, BIRD Neil neil.b...@uk.thalesgroup.com wrote: *From:* Panikera Raj, *Sent:* 23 June 2014 11:48 I am unable to check out code from svn using Jenkins where as same command if ran using Cygwin it is able to check out the code . svn: E215004

SVN Check out issue

2014-06-23 Thread Panikera Raj
Hi All, I am unable to check out code from svn using Jenkins where as same command if ran using Cygwin it is able to check out the code . Command to check out : svn co http://localhost:3690/svn/Handset/tags/tags/Product/Insta_Poc_Client

Re: SVN Check out issue

2014-06-23 Thread Panikera Raj
check out statement is working fine through command prompt. Is there configuration issue it could be some other reason Please let me know You help greatly appreciated Regards, Panikera On Mon, Jun 23, 2014 at 4:18 PM, Panikera Raj panikera.raj...@gmail.com wrote: Hi All, I am unable to check

Re: http://jenkins-ci.org/ unavailable

2014-06-17 Thread Panikera Raj
Hi All, I am able to access from India as : http://jenkins-ci.org/ Regards, Panikera On Tue, Jun 17, 2014 at 10:02 PM, Jacob Weber weberja...@gmail.com wrote: pkg.jenkins-ci.org is also not responding, to either http or https. For example:

Start Slave project once master triggered

2014-05-26 Thread Panikera Raj
Hi All, How to start slave as soon as master trigger the project, We have post build option is there Which will call once Master build executed But I want to start slave as soon master starts(simultaniously), slave has to invoke. How to over come this issue, Any help or suggestion would greatly

Re: Start Slave project once master triggered

2014-05-26 Thread Panikera Raj
Hi All, Any info about on this.. Regards, Panikera On Mon, May 26, 2014 at 1:48 PM, Panikera Raj panikera.raj...@gmail.comwrote: Hi All, How to start slave as soon as master trigger the project, We have post build option is there Which will call once Master build executed But I want

Re: Master and Slave configuration with Hudson and Jenkins

2014-05-22 Thread Panikera Raj
@googlegroups.com [mailto: jenkinsci-users@googlegroups.com] *On Behalf Of *Panikera Raj *Sent:* Thursday, May 22, 2014 8:09 AM *To:* jenkinsci-users@googlegroups.com *Subject:* Master and Slave configuration with Hudson and Jenkins Hi All, Can I have master as Hudson and Slave as jenkins

Re: Master and Slave configuration with Hudson and Jenkins

2014-05-22 Thread Panikera Raj
:30 PM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: if you use a different remote fs for the reverse fork and for Jenkins root then the slave can be used by either On 22 May 2014 13:55, Panikera Raj panikera.raj...@gmail.com wrote: Hi Rob, The behind reasone is to use two

Re: URGENT: I am new for Jenkins and how to integrate soapui into jenkins.

2014-05-14 Thread Panikera Raj
, Panikera Raj wrote: Vidya, It has to show.. Regards, Panikera On Wed, May 14, 2014 at 11:17 AM, Benjamin Lau benjami...@gmail.comwrote: Isn't 5 * * * * build on the fifth minute of every hour? Try */5 * * * * Ben On Tue, May 13, 2014 at 10:45 PM, vidhya radha vidhyar...@gmail.com

Re: How to execute Specific Slave machine if Master is Busy

2014-05-14 Thread Panikera Raj
, 2014 at 10:46 AM, Panikera Raj panikera.raj...@gmail.comwrote: Hi MikeSell, Shall I give Labels as two names as *master, Slavename* *Regards,* *Panikera* On Wed, May 14, 2014 at 9:41 AM, Les Mikesell lesmikes...@gmail.comwrote: On Tue, May 13, 2014 at 10:20 PM, Panikera Raj panikera.raj

How to execute Specific Slave machine if Master is Busy

2014-05-13 Thread Panikera Raj
Hi All, I am using master and Slave machanism, Assume that Master in busy with build generation, now if I got new request comes I have to distribute the same in Specific Slave machine We have option like *Restrict where this project can be run* 1. If I gave as master then it's generating in

Re: How to execute Specific Slave machine if Master is Busy

2014-05-13 Thread Panikera Raj
, Panikera On Tue, May 13, 2014 at 7:08 PM, Scott Evans milwrd...@gmail.com wrote: Panikera, Look into how to use labels, as that's exactly their purpose. Scott On Tue, May 13, 2014 at 8:19 AM, Panikera Raj panikera.raj...@gmail.comwrote: Hi All, I am using master and Slave machanism

Re: How to execute Specific Slave machine if Master is Busy

2014-05-13 Thread Panikera Raj
on it and continue trying to build subsequent builds on the same target as previous, if it's free and available. Scott On Tue, May 13, 2014 at 12:27 PM, Panikera Raj panikera.raj...@gmail.comwrote: I Evans, I have tried with Nodelabel parameter plugin but i am getting IO exception, unable

Re: using Jenkins credential store with CVS plugin?

2014-05-13 Thread Panikera Raj
Hi Kevin, You can use environment variable to store username and password of CVS Then you can check out code from either Jenkins or from Cygwin Terminal Regards, Panikera On Wed, May 14, 2014 at 3:12 AM, Kevin Buchs kevin.bu...@gmail.com wrote: Is there a way to use the credential store with

Re: How to execute Specific Slave machine if Master is Busy

2014-05-13 Thread Panikera Raj
Hi MikeSell, Shall I give Labels as two names as *master, Slavename* *Regards,* *Panikera* On Wed, May 14, 2014 at 9:41 AM, Les Mikesell lesmikes...@gmail.com wrote: On Tue, May 13, 2014 at 10:20 PM, Panikera Raj panikera.raj...@gmail.com wrote: Evans, Thanks for quick responce

Re: URGENT: I am new for Jenkins and how to integrate soapui into jenkins.

2014-05-13 Thread Panikera Raj
Hi Vidya, Set parameter to Build periadically as 5 * * * * Regards, Panikera On Wed, May 14, 2014 at 11:01 AM, vidhya radha vidhyaradha...@gmail.comwrote: Hi, Build Trigger in Poll SCM i given as * * * * * On Wednesday, May 14, 2014 10:55:16 AM UTC+5:30, Panikera Raj wrote: Hi Vidya

Unable to run the Slave project

2014-05-12 Thread Panikera Raj
Hi All, I am implementing the Master and slave process in my setup, I am able to execute the project if i select check box option for as Restrict where this project can be run mention in Master It's working fine, If I mention as Slave name it's not able to execute the project Below is the

Re: Unable to run the Slave project

2014-05-12 Thread Panikera Raj
: jenkinsci-users@googlegroups.com] *On Behalf Of *Panikera Raj *Sent:* Monday, May 12, 2014 6:51 AM *To:* jenkinsci-users@googlegroups.com *Subject:* Unable to run the Slave project Hi All, I am implementing the Master and slave process in my setup, I am able to execute the project if i

Parsing a particular log in Jenkins

2014-02-27 Thread Amit Raj Varma
Hi all, Just started using Jenkins, so learning stuff on the fly, , I am using Jenkins to trigger some regression test on remote host (its master). From my laptop , I can see the test running on the host from the console through browser. But the actual log is stored in a

jenkins job is not completely executing the job.

2014-02-13 Thread Victor Raj
I am deployin using maven jetty jetty:run-war -X -Dmaven.test.skip=true -Denv=dev -Djetty.home=/ngs/app/jetty7.4.4/tmp0 -Dinstall.jetty.home=/path/jetty7.4.4/ -DVERBOSE -Djetty.port=8090 -DSTOP.PORT=8091 -DSTOP.KEY=secret Logs: [INFO] Started Jetty Server ===After this it gets

ECCN Number

2013-05-30 Thread Raj
Hi, To able to use this product in our enterprise , we need the ECCN number specified for this. -- 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

P4TICKET variable use with Jenkins

2012-10-05 Thread Raj
Hi, I dont want to set the P4PASSWD in jobs instead i want to P4TICKET variable which is set to $HOME/.p4tickets should be used all the time. So i provide only USERNAME/PORT in job configuration. But i am getting error such as below; (Jenkins is setup in windows) Started by user anonymous

TFS Plugin - different location between master and slave

2012-03-13 Thread Raj
We have our Jenkins master on linux with the [Team Foundation Server - TF commandline executable] parameter set to /opt/TEE-CLC-10.1.0/tf. Our 'windows' slave has Visual Studio installed. The build fails on the slave because the /opt/TEE-.../tf tfs client is being called instead of the one

TFS Plugin - different location between master and slave

2012-03-13 Thread Raj
We have our Jenkins master on linux with the [Team Foundation Server - TF commandline executable] parameter set to /opt/TEE-CLC-10.1.0/tf. Our 'windows' slave has Visual Studio installed. The build fails on the slave because the /opt/TEE-.../tf tfs client is being called instead of the one