Hi,
We are planning to install Jenkins in AIX server. i don’t know AIX server Jenkins package is available or not.
Can anyone please suggest me, whether Jenkins installation is possible in AIX server or not.
I deployed a jenkins slave to AIX, and it worked fine with a RHEL6 master….
As suggested as long as java is installed, you should be able to follow the generic unix/install, download the LTS release (WAR file).
Java –jar Jenkins.war
And go from there.
dD
--
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.
For more options, visit https://groups.google.com/groups/opt_out.
This e-mail and any attachments are confidential and intended solely for
the addressee and may also be privileged or exempt from disclosure under
applicable law. If you are not the addressee, or have received this e-mail in
error, please notify the sender immediately, delete it from your system and do
not copy, disclose or otherwise act upon any part of this e-mail or its
attachments.
Internet communications are not guaranteed to be secure or
virus-free.
The Barclays Group does not accept responsibility for any loss
arising from unauthorised access to, or interference with, any Internet
communications by any third party, or from the transmission of any viruses.
Replies to this e-mail may be monitored by the Barclays Group for operational or
business reasons.
Any opinion or other information in this e-mail or its
attachments that does not relate to the business of the Barclays Group is
personal to the sender and is not given or endorsed by the Barclays
Group.
Barclays Bank PLC.Registered in England and Wales (registered no.
1026167).
Registered Office: 1 Churchill Place, London, E14 5HP, United
Kingdom.
Barclays Bank PLC is authorised by the Prudential Regulation Authority and regulated by the Financial Conduct Authority and the Prudential Regulation Authority (Financial Services Register No. 122702).
Thanks for your response. My current jenkins is running in Linux platform. This server is planning to deactivate. if i install jenkins in AIX server and copy my existing jenkins /var/jenkins/jobs folder to AIX installed jenkins. will i get all my existing data without any issues?
Hi Suri,
The theory is sound, I’ve done similar things between Linux platforms without issues.
but I would test it first before your linux install is shutdown completely.
dD
0) since some months, Jenkins requires JDK 7 minimum. So using a JDK6 for 2.13 won't work on the master.
1) it's strongly recommended to have the same JVM version on master and agents (note: the "slave" term got deprecated in 2.x). Your error is probably related to that (maybe the ClassFormatError is because it's over remoting/serialization and why it's not a typical UnsupportedClassVersionError or something like that)
2) nothing special to do to add an agent on AIX apart from that.
If possible, simply go for a Jdk 8 everywhere. That's what we've set up and it works fine.
(Note: the JVM version to run an agent or master is unrelated to the ones usable in a build. And actually I personally generally recommend to not use the "default" JDK)
Cheers
Hi David,
Could you tell me how deploy a Jenkins slave to AIX?
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 the IBM JDK1.6.0, I can connect to the AIX agent by using the command: ssh user...@10.48.110.42,
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/a3318a72-7977-410d-b3ce-7da078cc55e2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.