This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: Automated Toolchain Building and Testing
- From: Samuel Mi <samuel dot miing at gmail dot com>
- To: Jan-Benedict Glaw <jbglaw at lug-owl dot de>
- Cc: binutils at sourceware dot org, gcc at gcc dot gnu dot org, David Edelsohn <dje dot gcc at gmail dot com>, Diego Novillo <dnovillo at google dot com>, Gerald Pfeifer <gerald at pfeifer dot com>
- Date: Thu, 29 Aug 2013 08:52:34 +0800
- Subject: Re: Automated Toolchain Building and Testing
- Authentication-results: sourceware.org; auth=none
- References: <20130827195417 dot GA29134 at lug-owl dot de> <CAG3=hgsX4vXg8tT8SQMr-=MjjN23LoKp5s5vfhRABxcR-j8ttA at mail dot gmail dot com> <20130828170259 dot GE29134 at lug-owl dot de> <CAG3=hgt1ZcExhTtuG1iiNVxsk4PG9CY9SW2gYJKGrcNvnRa-GA at mail dot gmail dot com> <20130828185453 dot GF29134 at lug-owl dot de>
On Thu, Aug 29, 2013 at 2:54 AM, Jan-Benedict Glaw <jbglaw@lug-owl.de> wrote:
> On Thu, 2013-08-29 02:43:54 +0800, Samuel Mi <samuel.miing@gmail.com> wrote:
>> > ...or can you, instead of using the Java-based
>> > client part of Jenkins, issue all commands over a SSH (or maybe even
>> > Telnet...) session? Is there a module for this available?
>> If making jenkins running on target systems you want whether old or
>> modern, then take a look at Jenkins-SSH
>> (https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+SSH) to remotely
>> control over ssh.
>
> This looks like a SSH connector for the Jenkins server side, no?
No. Actually, Jenkins implements a built-in SSH server within itself.
At this point, it's consider to be a normal SSH server. So, you can
remotely access Jenkins server via SSH after setting up corresponding
configurations within it.