Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseLink/Build/Infrastructure/Access"

Line 3: Line 3:
  
 
'''Machine:''' build.eclipse.org
 
'''Machine:''' build.eclipse.org
 +
 
'''User:''' eclipselinkBuild
 
'''User:''' eclipselinkBuild
 +
 
'''Notes:''' access is controlled using SSH2 protocall
 
'''Notes:''' access is controlled using SSH2 protocall
  
Line 12: Line 14:
 
=== Putty ===
 
=== Putty ===
 
'''Pertinent version:''' 2008-02-22:r7864
 
'''Pertinent version:''' 2008-02-22:r7864
 +
 
'''URL:''' http://www.chiark.greenend.org.uk/~sgtatham/putty/
 
'''URL:''' http://www.chiark.greenend.org.uk/~sgtatham/putty/
 +
 
'''Config:'''  
 
'''Config:'''  
 
* '''Host:''' build.eclipse.org
 
* '''Host:''' build.eclipse.org
Line 20: Line 24:
 
=== Filezilla sFTP ===
 
=== Filezilla sFTP ===
 
'''Pertinent version:''' 2.2.14
 
'''Pertinent version:''' 2.2.14
 +
 
'''URL:''' http://www.sourceforge.net/projects/filezilla
 
'''URL:''' http://www.sourceforge.net/projects/filezilla
 +
 
'''Config:'''  
 
'''Config:'''  
 
* '''Host:''' build.eclipse.org
 
* '''Host:''' build.eclipse.org

Revision as of 14:33, 11 August 2010

Access to Build Infrastructure

Direct access to the Eclipse Foundation build infrastructure is limited. For EclipseLink there are three committers, and a general build user that has access. If there is a need to directly access the build server contact Eric Gwin, Tom Ware, or Peter Krogh.

Machine: build.eclipse.org

User: eclipselinkBuild

Notes: access is controlled using SSH2 protocall

Once logged in using Putty, cd to the el-build link to access the eclipselink root build directory.

Useful tools and configurations

Putty

Pertinent version: 2008-02-22:r7864

URL: http://www.chiark.greenend.org.uk/~sgtatham/putty/

Config:

  • Host: build.eclipse.org
  • Port: 22
  • Connection Type: SSH

Filezilla sFTP

Pertinent version: 2.2.14

URL: http://www.sourceforge.net/projects/filezilla

Config:

  • Host: build.eclipse.org
  • Port: 22
  • Server Type: SFTP using SSH2
  • logon type: Normal

Back to the top