Re: Jenkins on AIX Installation

2016-07-22 Thread Jack Andy
thanks for reply.
for the master of jenkins 2.0 the jre-1.7 is the minimum requirement, but
for the slave the jdk-1.6 is OK, and I will try to change the version to
ibm jdk-1.7, the collegues use the jdk1.6 to deploy the software in the
testing enviroment in the company.

On Fri, Jul 22, 2016 at 9:49 PM, John Mellor <john.mel...@esentire.com>
wrote:

> Its been a while since I’ve done development on AIX, but here goes:
>
>
>
> You are using IBM jdk-1.6.0 to run the slave.  Can someone confirm that
> jre-1.7 is now the minimum requirement, and jdk-1.8 is strongly preferred
> due to some plugin requirements?
>
>
>
>
>
>
>
> *From:* jenkinsci-users@googlegroups.com [mailto:
> jenkinsci-users@googlegroups.com] *On Behalf Of *Jack Andy
> *Sent:* July-22-16 09:45
> *To:* Jenkins Users
> *Subject:* Re: Jenkins on AIX Installation
>
>
>
> Hi there,
>
> I install the jenkins 2.13(by installing jenkins.war into tomcat) in a
> redhat OS, and I want to connect to a AIX 6.1 agent, the AIX agent uses a
> IBM JDK1.6.0,
>
>
>
> I can connect to the AIX agent by using the command: ssh
> username@10.48.110.42,
>
> But, Jenkins can't cannot connect to the AIX slave, you can get the error
> from the attachment.
>
>
>
> Could eveyone help me?  thanks!
>
>
>
>
> On Sunday, May 29, 2016 at 5:26:45 AM UTC+8, Mark Waite wrote:
>
> I'd phrase it differently than Baptiste.  Since AIX has a JDK, you can
> most likely run Jenkins on it.  However, there are far more people in the
> world running their Jenkins masters on Linux or Windows than on AIX (or
> hp-ux or Irix or Solaris).  If you want the best chance for help from
> others, you should consider putting your master on one of the commonly used
> platforms (I prefer Debian or Ubuntu Linux), with a slave on the more
> specialized machines (like AIX or hp-ux or ...)
>
>
>
> Mark Waite
>
>
>
> On Sat, May 28, 2016 at 3:21 PM Baptiste Mathus <m...@batmat.net> wrote:
>
> We used to do that some years ago, so basically yeah, there should be no
> reason it's not possible to run Jenkins on AIX.  Though
>
>
>
> Rephrased with less negative-negations :-) : yes, it should definitely
> work, though we don't run our master on AIX anymore (since at least 5 years
> I'd say). But we still do have an agent running on AIX for those poor
> projects having still to support AIX targets.
>
>
>
> I don't think you'll find any native packaging for AIX for smit and the
> likes, but installing a JDK 8 (or 7) and running the .war should work
> without much effort (this is how we were doing it).
>
>
>
> My 2 cents
>
> Cheers
>
>
>
> 2016-05-27 18:00 GMT+02:00 <nk13...@gmail.com>:
>
> I am new to the Jenkins, Can we install Jenkins on AIX server? If so, can
> someone post the actual process. I am trying to download package for AIX in
> Jenkins-ci website, i don't find it.
>
> --
> 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/520bf60e-377c-472d-b159-b78528404d35%40googlegroups.com
> <https://groups.google.com/d/msgid/jenkinsci-users/520bf60e-377c-472d-b159-b78528404d35%40googlegroups.com?utm_medium=email_source=footer>
> .
> 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/CANWgJS6YR6OHSG11F0dLwdir-JcZa93m%2BKPYxy_BopJkb3bLiA%40mail.gmail.com
> <https://groups.google.com/d/msgid/jenkinsci-users/CANWgJS6YR6OHSG11F0dLwdir-JcZa93m%2BKPYxy_BopJkb3bLiA%40mail.gmail.com?utm_medium=email_source=footer>
> .
> 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/7945fb53-a203-414a-8299-cacff3ae1a66%40googlegroups.com
> <https://groups.google.com/d/msgid/jenkinsci-users/7945fb53-a203-414a-8299-cacff3ae1a66%40googlegroups.com?utm_medium=email_source=foote

Re: Jenkins on AIX Installation

2016-07-22 Thread Eric Pyle
Yes, JRE 1.7 is now required for slaves/agents. I don't know about the 
1.8 recommendation.



On 7/22/2016 9:49 AM, John Mellor wrote:


Its been a while since I’ve done development on AIX, but here goes:

You are using IBM jdk-1.6.0 to run the slave.  Can someone confirm 
that jre-1.7 is now the minimum requirement, and jdk-1.8 is strongly 
preferred due to some plugin requirements?


*From:*jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] *On Behalf Of *Jack Andy

*Sent:* July-22-16 09:45
*To:* Jenkins Users
*Subject:* Re: Jenkins on AIX Installation

Hi there,

I install the jenkins 2.13(by installing jenkins.war into tomcat) in a 
redhat OS, and I want to connect to a AIX 6.1 agent, the AIX agent 
uses a IBM JDK1.6.0,


I can connect to the AIX agent by using the command: ssh 
username@10.48.110.42 <mailto:username@10.48.110.42>,


But, Jenkins can't cannot connect to the AIX slave, you can get the 
error from the attachment.


Could eveyone help me?  thanks!




On Sunday, May 29, 2016 at 5:26:45 AM UTC+8, Mark Waite wrote:

I'd phrase it differently than Baptiste.  Since AIX has a JDK, you can 
most likely run Jenkins on it.  However, there are far more people in 
the world running their Jenkins masters on Linux or Windows than on 
AIX (or hp-ux or Irix or Solaris).  If you want the best chance for 
help from others, you should consider putting your master on one of 
the commonly used platforms (I prefer Debian or Ubuntu Linux), with a 
slave on the more specialized machines (like AIX or hp-ux or ...)


Mark Waite

On Sat, May 28, 2016 at 3:21 PM Baptiste Mathus <m...@batmat.net 
> wrote:


We used to do that some years ago, so basically yeah, there should
be no reason it's not possible to run Jenkins on AIX.  Though

Rephrased with less negative-negations :-) : yes, it should
definitely work, though we don't run our master on AIX anymore
(since at least 5 years I'd say). But we still do have an agent
running on AIX for those poor projects having still to support AIX
targets.

I don't think you'll find any native packaging for AIX for smit
and the likes, but installing a JDK 8 (or 7) and running the .war
should work without much effort (this is how we were doing it).

My 2 cents

Cheers

2016-05-27 18:00 GMT+02:00 <nk13...@gmail.com >:

I am new to the Jenkins, Can we install Jenkins on AIX server? If
so, can someone post the actual process. I am trying to download
package for AIX in Jenkins-ci website, i don't find it.

-- 
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/520bf60e-377c-472d-b159-b78528404d35%40googlegroups.com

<https://groups.google.com/d/msgid/jenkinsci-users/520bf60e-377c-472d-b159-b78528404d35%40googlegroups.com?utm_medium=email_source=footer>.
For more options, visit https://groups.google.com/d/optout
<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/CANWgJS6YR6OHSG11F0dLwdir-JcZa93m%2BKPYxy_BopJkb3bLiA%40mail.gmail.com

<https://groups.google.com/d/msgid/jenkinsci-users/CANWgJS6YR6OHSG11F0dLwdir-JcZa93m%2BKPYxy_BopJkb3bLiA%40mail.gmail.com?utm_medium=email_source=footer>.
For more options, visit https://groups.google.com/d/optout
<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 
<mailto:jenkinsci-users+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/7945fb53-a203-414a-8299-cacff3ae1a66%40googlegroups.com 
<https://groups.google.com/d/msgid/jenkinsci-users/7945fb53-a203-414a-8299-cacff3ae1a66%40googlegroups.com?utm_medium=email_source=footer>.

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 
<mailto:jenkinsci-users+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkins

RE: Jenkins on AIX Installation

2016-07-22 Thread John Mellor
Its been a while since I’ve done development on AIX, but here goes:

You are using IBM jdk-1.6.0 to run the slave.  Can someone confirm that jre-1.7 
is now the minimum requirement, and jdk-1.8 is strongly preferred due to some 
plugin requirements?



From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Jack Andy
Sent: July-22-16 09:45
To: Jenkins Users
Subject: Re: Jenkins on AIX Installation

Hi there,

I install the jenkins 2.13(by installing jenkins.war into tomcat) in a redhat 
OS, and I want to connect to a AIX 6.1 agent, the AIX agent uses a IBM JDK1.6.0,

I can connect to the AIX agent by using the command: ssh 
username@10.48.110.42<mailto:username@10.48.110.42>,
But, Jenkins can't cannot connect to the AIX slave, you can get the error from 
the attachment.

Could eveyone help me?  thanks!



On Sunday, May 29, 2016 at 5:26:45 AM UTC+8, Mark Waite wrote:
I'd phrase it differently than Baptiste.  Since AIX has a JDK, you can most 
likely run Jenkins on it.  However, there are far more people in the world 
running their Jenkins masters on Linux or Windows than on AIX (or hp-ux or Irix 
or Solaris).  If you want the best chance for help from others, you should 
consider putting your master on one of the commonly used platforms (I prefer 
Debian or Ubuntu Linux), with a slave on the more specialized machines (like 
AIX or hp-ux or ...)

Mark Waite

On Sat, May 28, 2016 at 3:21 PM Baptiste Mathus <m...@batmat.net> 
wrote:
We used to do that some years ago, so basically yeah, there should be no reason 
it's not possible to run Jenkins on AIX.  Though

Rephrased with less negative-negations :-) : yes, it should definitely work, 
though we don't run our master on AIX anymore (since at least 5 years I'd say). 
But we still do have an agent running on AIX for those poor projects having 
still to support AIX targets.

I don't think you'll find any native packaging for AIX for smit and the likes, 
but installing a JDK 8 (or 7) and running the .war should work without much 
effort (this is how we were doing it).

My 2 cents
Cheers

2016-05-27 18:00 GMT+02:00 <nk13...@gmail.com>:
I am new to the Jenkins, Can we install Jenkins on AIX server? If so, can 
someone post the actual process. I am trying to download package for AIX in 
Jenkins-ci website, i don't find it.
--
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/520bf60e-377c-472d-b159-b78528404d35%40googlegroups.com<https://groups.google.com/d/msgid/jenkinsci-users/520bf60e-377c-472d-b159-b78528404d35%40googlegroups.com?utm_medium=email_source=footer>.
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/CANWgJS6YR6OHSG11F0dLwdir-JcZa93m%2BKPYxy_BopJkb3bLiA%40mail.gmail.com<https://groups.google.com/d/msgid/jenkinsci-users/CANWgJS6YR6OHSG11F0dLwdir-JcZa93m%2BKPYxy_BopJkb3bLiA%40mail.gmail.com?utm_medium=email_source=footer>.
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<mailto:jenkinsci-users+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/7945fb53-a203-414a-8299-cacff3ae1a66%40googlegroups.com<https://groups.google.com/d/msgid/jenkinsci-users/7945fb53-a203-414a-8299-cacff3ae1a66%40googlegroups.com?utm_medium=email_source=footer>.
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/22c8342ddfa741e980213f600f3a9134%40mbx02cmb01p.esentire.local.
For more options, visit https://groups.google.com/d/optout.


Re: Jenkins on AIX Installation

2016-05-28 Thread Mark Waite
I'd phrase it differently than Baptiste.  Since AIX has a JDK, you can most
likely run Jenkins on it.  However, there are far more people in the world
running their Jenkins masters on Linux or Windows than on AIX (or hp-ux or
Irix or Solaris).  If you want the best chance for help from others, you
should consider putting your master on one of the commonly used platforms
(I prefer Debian or Ubuntu Linux), with a slave on the more specialized
machines (like AIX or hp-ux or ...)

Mark Waite

On Sat, May 28, 2016 at 3:21 PM Baptiste Mathus  wrote:

> We used to do that some years ago, so basically yeah, there should be no
> reason it's not possible to run Jenkins on AIX.  Though
>
> Rephrased with less negative-negations :-) : yes, it should definitely
> work, though we don't run our master on AIX anymore (since at least 5 years
> I'd say). But we still do have an agent running on AIX for those poor
> projects having still to support AIX targets.
>
> I don't think you'll find any native packaging for AIX for smit and the
> likes, but installing a JDK 8 (or 7) and running the .war should work
> without much effort (this is how we were doing it).
>
> My 2 cents
> Cheers
>
> 2016-05-27 18:00 GMT+02:00 :
>
>> I am new to the Jenkins, Can we install Jenkins on AIX server? If so, can
>> someone post the actual process. I am trying to download package for AIX in
>> Jenkins-ci website, i don't find it.
>>
>> --
>> 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/520bf60e-377c-472d-b159-b78528404d35%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/CANWgJS6YR6OHSG11F0dLwdir-JcZa93m%2BKPYxy_BopJkb3bLiA%40mail.gmail.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/CAO49JtHaHMFxUPFUkX4m-A9mPVQWJXBC_xbcNsh4g%3DYB2WYqMw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Jenkins on AIX Installation

2016-05-28 Thread Baptiste Mathus
We used to do that some years ago, so basically yeah, there should be no
reason it's not possible to run Jenkins on AIX.  Though

Rephrased with less negative-negations :-) : yes, it should definitely
work, though we don't run our master on AIX anymore (since at least 5 years
I'd say). But we still do have an agent running on AIX for those poor
projects having still to support AIX targets.

I don't think you'll find any native packaging for AIX for smit and the
likes, but installing a JDK 8 (or 7) and running the .war should work
without much effort (this is how we were doing it).

My 2 cents
Cheers

2016-05-27 18:00 GMT+02:00 :

> I am new to the Jenkins, Can we install Jenkins on AIX server? If so, can
> someone post the actual process. I am trying to download package for AIX in
> Jenkins-ci website, i don't find it.
>
> --
> 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/520bf60e-377c-472d-b159-b78528404d35%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/CANWgJS6YR6OHSG11F0dLwdir-JcZa93m%2BKPYxy_BopJkb3bLiA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Jenkins on AIX Installation

2016-05-27 Thread nk1306was
I am new to the Jenkins, Can we install Jenkins on AIX server? If so, can 
someone post the actual process. I am trying to download package for AIX in 
Jenkins-ci website, i don't find it.

-- 
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/520bf60e-377c-472d-b159-b78528404d35%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.