Re: Not able to see Jenkin's execution in local desktop

2016-09-06 Thread jerome
Download latest Jenkins here:
http://beta.jenkins-ci.org/content/thank-you-downloading-windows-installer/

start the installation (I assume you install into c:\Jenkins for this 
example). Make sure to install the services.
Go to c:\Jenkins\

Check the Jenkins.xml for this line
-Xrs -Xmx1536m 
-Dhudson.lifecycle=hudson.lifecycle.WindowsServiceLifecycle -jar 
"%BASE%\jenkins.war" --httpPort=8081 --prefix=/Jenkins
Change the port to the wanted one can also add the prefix here to website, 
here the url would be http://localhost:8081/Jenkins/

Now launch Windows Services applications as admin and start/restart 
Jenkins. Access Jenkins url then go to Manage Jenkins. All the setup aside 
the Jenkins.xml arguments are made within the web interface.

Jerome

-- 
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/8480dee0-8ae9-43f9-b6ec-bc7bc97da0bb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Not able to see Jenkin's execution in local desktop

2016-09-02 Thread A.K
Please let me know how can I then see the execution. Should I then install 
Jenkins in other OS than Windows 10? Since I am beginner of Jenkins, not 
sure about the initial configuration required for Jenkins. 

On Wednesday, August 31, 2016 at 10:50:08 PM UTC+5:30, jer...@bodycad.com 
wrote:
>
> The best you can do now, is create a normal loggable account and set the 
> Jenkins service to run under that account. I had to do this for unit tests 
> that required some OpenGL and other environment features.
>

-- 
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/54a8ed95-6051-46e5-bd3a-035d323417b3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Not able to see Jenkin's execution in local desktop

2016-09-02 Thread A.K
Thank you for sharing the information. 

On Wednesday, August 31, 2016 at 3:52:56 AM UTC+5:30, slide wrote:
>
> It's a "feature" of Windows 10 that you can't see the interaction of a 
> windows service on the desktop, it has nothing to do with Jenkins itself.
>
> On Tue, Aug 30, 2016 at 2:33 PM A.K  
> wrote:
>
>> So is it the feature of Jenkins that the execution is not visible in 
>> Windows 10 OS? Is it also applicable for windows slave machine? If it is 
>> one of the Jenkins' feature, can you please share any link / documentation 
>> to check for the same.
>>
>>
>> On Wednesday, August 31, 2016 at 2:53:10 AM UTC+5:30, slide wrote:
>>
>>> I don't think this is possible anymore after Windows Vista. 
>>>
>>> On Tue, Aug 30, 2016 at 2:09 PM A.K  wrote:
>>>
>> Currently I am using Jenkins version 2.7.1 in Windows 10 desktop. When I 
 am building any project, I am not able to see any execution happening in 
 my 
 desktop. I searched for this and tried the following option but it didn't 
 work for me. Please suggest how can I resolve this issue.


 *Steps followed:*

1. Go to Windows Service.
2. Right click on Jenkins service and click Properties option.
3. Select Logon tab and check "*Allow service to interact with 
desktop*" option.


 -- 
 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-use...@googlegroups.com.
>>>
>>>
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/jenkinsci-users/2a213492-8385-4d87-8ee6-7ff3c668218a%40googlegroups.com
  
 
 .
 For more options, visit https://groups.google.com/d/optout.

>>> -- 
>> 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-use...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jenkinsci-users/3a07f09d-cf7c-43c7-92f2-8076a63464b2%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
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/bac354b4-fe63-44bb-857f-bded35fd2329%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Not able to see Jenkin's execution in local desktop

2016-08-31 Thread jerome
The best you can do now, is create a normal loggable account and set the 
Jenkins service to run under that account. I had to do this for unit tests 
that required some OpenGL and other environment features.

-- 
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/9af697e4-79b4-4b5e-b45e-4ddfd7aaa168%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Not able to see Jenkin's execution in local desktop

2016-08-30 Thread Slide
It's a "feature" of Windows 10 that you can't see the interaction of a
windows service on the desktop, it has nothing to do with Jenkins itself.

On Tue, Aug 30, 2016 at 2:33 PM A.K  wrote:

> So is it the feature of Jenkins that the execution is not visible in
> Windows 10 OS? Is it also applicable for windows slave machine? If it is
> one of the Jenkins' feature, can you please share any link / documentation
> to check for the same.
>
>
> On Wednesday, August 31, 2016 at 2:53:10 AM UTC+5:30, slide wrote:
>
>> I don't think this is possible anymore after Windows Vista.
>>
>> On Tue, Aug 30, 2016 at 2:09 PM A.K  wrote:
>>
> Currently I am using Jenkins version 2.7.1 in Windows 10 desktop. When I
>>> am building any project, I am not able to see any execution happening in my
>>> desktop. I searched for this and tried the following option but it didn't
>>> work for me. Please suggest how can I resolve this issue.
>>>
>>>
>>> *Steps followed:*
>>>
>>>1. Go to Windows Service.
>>>2. Right click on Jenkins service and click Properties option.
>>>3. Select Logon tab and check "*Allow service to interact with
>>>desktop*" option.
>>>
>>>
>>> --
>>> 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-use...@googlegroups.com.
>>
>>
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/jenkinsci-users/2a213492-8385-4d87-8ee6-7ff3c668218a%40googlegroups.com
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
> 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/3a07f09d-cf7c-43c7-92f2-8076a63464b2%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CAPiUgVdXhJ9fgmiZGrrchzg7V%3DuadkfL8%2BkO624KPH3p6f%3DbQA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Not able to see Jenkin's execution in local desktop

2016-08-30 Thread A.K
So is it the feature of Jenkins that the execution is not visible in 
Windows 10 OS? Is it also applicable for windows slave machine? If it is 
one of the Jenkins' feature, can you please share any link / documentation 
to check for the same.

On Wednesday, August 31, 2016 at 2:53:10 AM UTC+5:30, slide wrote:
>
> I don't think this is possible anymore after Windows Vista. 
>
> On Tue, Aug 30, 2016 at 2:09 PM A.K  
> wrote:
>
>> Currently I am using Jenkins version 2.7.1 in Windows 10 desktop. When I 
>> am building any project, I am not able to see any execution happening in my 
>> desktop. I searched for this and tried the following option but it didn't 
>> work for me. Please suggest how can I resolve this issue.
>>
>>
>> *Steps followed:*
>>
>>1. Go to Windows Service.
>>2. Right click on Jenkins service and click Properties option.
>>3. Select Logon tab and check "*Allow service to interact with 
>>desktop*" option.
>>
>>
>> -- 
>> 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-use...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jenkinsci-users/2a213492-8385-4d87-8ee6-7ff3c668218a%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
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/3a07f09d-cf7c-43c7-92f2-8076a63464b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Not able to see Jenkin's execution in local desktop

2016-08-30 Thread Slide
I don't think this is possible anymore after Windows Vista.

On Tue, Aug 30, 2016 at 2:09 PM A.K  wrote:

> Currently I am using Jenkins version 2.7.1 in Windows 10 desktop. When I
> am building any project, I am not able to see any execution happening in my
> desktop. I searched for this and tried the following option but it didn't
> work for me. Please suggest how can I resolve this issue.
>
>
> *Steps followed:*
>
>1. Go to Windows Service.
>2. Right click on Jenkins service and click Properties option.
>3. Select Logon tab and check "*Allow service to interact with desktop*"
>option.
>
>
> --
> 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/2a213492-8385-4d87-8ee6-7ff3c668218a%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CAPiUgVecL0Rn1Cc6tJhHhSarhcFxg3gR%3D19CbwiPN6oOJ8Z59w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.