Jenkins Multi-Configuration project details

2016-11-03 Thread chinmoy padhi
Hi All,

Recently I have created a *Multi-Configuration project* on Jenkins.
When I went to jobs configuration it has Configuration Matrix
Which has got labels and individual nodes.

Can somebody explain why do we need
1. *Labels*
2. *Individual Nodes*
3. Also one point I observe when I selected both Labels and Individual 
Nodes then I can see *both* *Labels* and *Individual node* builds are 
happening together
Whereas, when I selected the *Individual Node* *only* it was showing* 
"default"*and build triggered for Individual node*. *
Why is the such behavior?

Appreciate your help in advance.

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 from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/1b3a5a67-cbc0-4014-a171-eadf15f9673a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Unable to write log file error I am getting in Jenkins for build.xml

2016-10-17 Thread chinmoy padhi
Hi All,

I have resolved the above error with some trial and error but not sure 
whether this is 100% work for others or not, but what I did I am sharing my 
experience.

Steps
--

   1. *service jenkins stop *or *sudo /etc/init.d/jenkins stop*
   2. Make sure all services are stopped. Even u should not be able to 
   access the jenkins url from browser.
   3. check the *rpm -qa|grep jenkins*. It will show your jenkins rpm 
   package.
   4. Run the find / -name jenkins to check where and all jenkins is used.
   
   [root@localhost]# *find / -name "jenkins"*
   /etc/rc.d/init.d/jenkins
   /etc/logrotate.d/jenkins
   /etc/sysconfig/jenkins
   /usr/lib/jenkins
   /var/lib/jenkins
   /var/cache/jenkins
   /var/cache/yum/jenkins
   /var/log/jenkins
   [root@localhost]#
   5. Take backup of */var/lib/jenkins/* folders to */var/lib/jenkins.old* 
   6. 
   
   Now run the *"rpm -e --nodeps jenkins-1.651.3-1.1"* to remove the 
   package.
   7. Repeat Step 4 again and make sure */var/cache/jenkins* and 
   */var/cache/yum/jenkins* are the two directories which remains
   8. Now run *"rpm -ivh /etc/yum.repos.d/jenkins-1.651.3-1.1.noarch.rpm" *to 
   install the jenkins package
   9. Run *"service jenkins start"* so that it will listen on port *8080*
   10. Open the jenkins url with IP and Port.
   11. Create a free-style project with some name and make sure the project 
   should be created in */var/lib/jenkins/jobs*
   12. Configure the necessary steps such as JDK Installation, Ant 
   installations etc., in manage jenkins options.
   13. Now run the build for your project without configuring *build.xml* 
   path, so that it will create a workspace folder in 
*/var/lib/jenkins/workspace/*
   14. Now copy the *build.xml* file from existing project and put the file 
   in */var/lib/jenkins/workspace/*
   15. Build project from Jenkins.
   16. Try to resolve script label errors such as it will complain for lib, 
   src folders not found and copy/create those folders to resolve the 
   compilation errors.
   17. Once done with all errors try to run the build again so that you 
   will get Build Successful.
   18. Make sure you copy/create src and lib folder and don't copy/create 
   the target folder.
   19. Make sure target folder must be created automatically by Jenkins 
   with jenkins ownership and jenkins file permission. Rest all may be root 
   owner and root file permission.
   20. Now configure the junit report and email notifications to get the 
   build reports in email.


On Wednesday, 12 October 2016 18:23:59 UTC+5:30, chinmoy padhi wrote:
>
> Hi Google Users,
>
> Need a help on the mentioned subject line.
> I have installed the jenkins using *"rpm -ivh"* command 
> Currently I am running the Jenkins on
> 1. Linux RHEL 5.8 (32-bit)
> 2. java version "1.7.0_79"
> 3. Master mode only
> 4. Jenkins Version 1.651.3
>
> Steps to Execute
> --
> 1. I am trying to run the junit test cases from *build.xml* using 
> Ant(Apache Ant(TM) version 1.9.7 compiled on April 9 2016)
> 2. Same project I am running from Windows 7 for easy debugging using 
> Eclipse for build.xml and other class files.
> 3. I copied the Windows project to Linux path and created a job and 
> workspace in* /var/lib/jenkins/*
> 4. Run the build from Jenkins which required desired configuration and it 
> run perfectly.
> 5. Later I compiled the AllTest.java file from Windows and copied the 
> .java and .class file from windows and copied the respective files to* 
> /var/lib/jenkins/workspace/project/src *folder and .class file to* 
> /var/lib/jenkins/workspace/project/target/class* folder.
> 6. When I build the project again from Jenkins it started to throw error 
> after all my test cases got executed.
> 7. Every time its pointing to Junit task in the build.xml file, I tried to 
> google but didn't get the exact answers.
> 8. When I didn't find any resolution I have removed the jenkins rpm using 
> *"rpm 
> -e"* command. But it didn't removed the jenkins folder from* 
> /var/lib/jenkins *
> 9. Re-installed the same rpm and freshly created new freestyle project but 
> it didn't resolve the same error and again after running all the test cases 
> it throws the error.
>
> Appreciate your help. Please find the attached build.xml
>
> Thanks,
> Chinmoy
>

-- 
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 discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/71def122-c1de-497b-ba55-02c046e56e7c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Uninstall jenkins and its dependencies from Red Hat Linux Enterprise Edition(5.8)

2016-10-13 Thread chinmoy padhi
Hi Google Users,

I am trying to uninstall jenkins using rpm -e commands, but it is not at 
all removing all the dependencies.
So how to uninstall, so that all dependencies can be removed? Currently I 
am trying to do the same on Red Hat Linux Enterprise Edition (5.8)

Appreciate your help

Thanks,
Chinmoy

-- 
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 discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/265c2614-18bc-45cd-a65c-bae2a72a5026%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Unable to write log file error I am getting in Jenkins for build.xml

2016-10-13 Thread chinmoy padhi
I tried to check the owner and permission of jobs(jenkins for both 
directory and contents) directory and workspace(jrootsfor both directory 
and contents) directory

Even I changed the workspace to jenkins from root , also gave chmod 777 * 
to all but still getting the error.

On Wednesday, 12 October 2016 20:23:45 UTC+5:30, Björn Pedersen wrote:
>
> Hi,
>
> probably you need to check the access permission on your workspace (and 
> contents). 
> Jenkins normally will run the jobs as an other user as you used to do your 
> manual test.
>
> Björn
>
> Am Mittwoch, 12. Oktober 2016 14:53:59 UTC+2 schrieb chinmoy padhi:
>>
>> Hi Google Users,
>>
>> Need a help on the mentioned subject line.
>> I have installed the jenkins using *"rpm -ivh"* command 
>> Currently I am running the Jenkins on
>> 1. Linux RHEL 5.8 (32-bit)
>> 2. java version "1.7.0_79"
>> 3. Master mode only
>> 4. Jenkins Version 1.651.3
>>
>> Steps to Execute
>> --
>> 1. I am trying to run the junit test cases from *build.xml* using 
>> Ant(Apache Ant(TM) version 1.9.7 compiled on April 9 2016)
>> 2. Same project I am running from Windows 7 for easy debugging using 
>> Eclipse for build.xml and other class files.
>> 3. I copied the Windows project to Linux path and created a job and 
>> workspace in* /var/lib/jenkins/*
>> 4. Run the build from Jenkins which required desired configuration and it 
>> run perfectly.
>> 5. Later I compiled the AllTest.java file from Windows and copied the 
>> .java and .class file from windows and copied the respective files to* 
>> /var/lib/jenkins/workspace/project/src *folder and .class file to* 
>> /var/lib/jenkins/workspace/project/target/class* folder.
>> 6. When I build the project again from Jenkins it started to throw error 
>> after all my test cases got executed.
>> 7. Every time its pointing to Junit task in the build.xml file, I tried 
>> to google but didn't get the exact answers.
>> 8. When I didn't find any resolution I have removed the jenkins rpm using 
>> *"rpm 
>> -e"* command. But it didn't removed the jenkins folder from* 
>> /var/lib/jenkins *
>> 9. Re-installed the same rpm and freshly created new freestyle project 
>> but it didn't resolve the same error and again after running all the test 
>> cases it throws the error.
>>
>> Appreciate your help. Please find the attached build.xml
>>
>> Thanks,
>> Chinmoy
>>
>

-- 
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 discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/42cc159f-f4e2-476f-8d3d-3156d862a357%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Unable to write log file error I am getting in Jenkins for build.xml

2016-10-12 Thread chinmoy padhi
Hi Google Users,

Need a help on the mentioned subject line.
I have installed the jenkins using *"rpm -ivh"* command 
Currently I am running the Jenkins on
1. Linux RHEL 5.8 (32-bit)
2. java version "1.7.0_79"
3. Master mode only
4. Jenkins Version 1.651.3

Steps to Execute
--
1. I am trying to run the junit test cases from *build.xml* using 
Ant(Apache Ant(TM) version 1.9.7 compiled on April 9 2016)
2. Same project I am running from Windows 7 for easy debugging using 
Eclipse for build.xml and other class files.
3. I copied the Windows project to Linux path and created a job and 
workspace in* /var/lib/jenkins/*
4. Run the build from Jenkins which required desired configuration and it 
run perfectly.
5. Later I compiled the AllTest.java file from Windows and copied the .java 
and .class file from windows and copied the respective files to* 
/var/lib/jenkins/workspace/project/src *folder and .class file to* 
/var/lib/jenkins/workspace/project/target/class* folder.
6. When I build the project again from Jenkins it started to throw error 
after all my test cases got executed.
7. Every time its pointing to Junit task in the build.xml file, I tried to 
google but didn't get the exact answers.
8. When I didn't find any resolution I have removed the jenkins rpm using *"rpm 
-e"* command. But it didn't removed the jenkins folder from* 
/var/lib/jenkins *
9. Re-installed the same rpm and freshly created new freestyle project but 
it didn't resolve the same error and again after running all the test cases 
it throws the error.

Appreciate your help. Please find the attached build.xml

Thanks,
Chinmoy

-- 
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 discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/afa73858-408a-4654-ac5b-38cb3352bf66%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


build.xml
Description: XML document
Started by user anonymous
Building in workspace /var/lib/jenkins/workspace/diameter-ta-dummy
[diameter-ta-dummy] $ 
/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_APACHE/bin/ant 
-file build.xml
Buildfile: /var/lib/jenkins/workspace/diameter-ta-dummy/build.xml
 [echo] Compile...

compile:
[javac] /var/lib/jenkins/workspace/diameter-ta-dummy/build.xml:65: warning: 
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to 
false for repeatable builds

run-tests:
[junit] Running com.tecnomen.diameter.tests.janus.Janus_GPRS.AllTests
[junit] Testsuite: com.tecnomen.diameter.tests.janus.Janus_GPRS.AllTests
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
5.942 sec
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
5.942 sec
[junit] 
[junit] - Standard Output ---
[junit] 12 Oct 2016 23:10:25,025 [RemoteConsoleAllocator 9991] [INFO  
ConsoleModule$RemoteConsoleAllocator.137] RemoteConsoleAllocator listening on 
port 9991
[junit] 12 Oct 2016 23:10:25,172 [JSMEE TIMER] [INFO  
ThreadpoolScheduler$Timer.294] Started JSMEE Timer thread
[junit] * suiteApplicationStartUp() *
[junit] CONFIGURED COUNTRY: Nicaragua
[junit] 12 Oct 2016 23:10:25,189 [TCPComms Listener 1244047251, port 13001] 
[INFO  TCPComms$ListenerThread.204] TCPComms Listener 1244047251, port 13001 
listening
[junit] 12 Oct 2016 23:10:25,191 [JSMEE TIMER] [INFO  
ThreadpoolScheduler$Timer.294] Started JSMEE Timer thread
[junit] 12 Oct 2016 23:10:25,197 [TCPComms Sender -1888363651] [INFO  
TCPComms$SenderThread.745] TCPComms Sender -1888363651 starting
[junit] suiteApplicationStartUp() Diameter Stack Initialised
[junit] suiteApplicationStartUp() SQLTester Initialised
[junit] suiteApplicationStartUp() GCDRH Initialised
[junit] CdrListener() called
[junit] suiteApplicationStartUp() CdrListener Initialised
[junit] 12 Oct 2016 23:10:27,523 [main] [INFO  HttpServer.82] Starting Http 
Server : HttpNotificationReceiver : SMS Notification Receiver, 
[junit] 12 Oct 2016 23:10:27,524 [main] [INFO  HttpServer.85] Http Server 
socket listening port : ServerSocket[addr=0.0.0.0/0.0.0.0,localport=50240]
[junit] CdrListener.run() called
[junit] 12 Oct 2016 23:10:27,538 [main] [INFO  HttpServer.82] Starting Http 
Server : HttpNotificationReceiver : USSD Notification Receiver, 
[junit] 12 Oct 2016 23:10:27,539 [main] [INFO  HttpServer.85] Http Server 
socket listening port : ServerSocket[addr=0.0.0.0/0.0.0.0,localport=50241]
[junit] suiteApplicationStartUp() Notification Server Initialised
[junit] testSessionOneDebit_Ter_SuccessUSUEQGSU_1003_1005
[junit] NIDX1
[junit] HEREX
[junit]