amazon web services - Jenkins CI - Deployment to an EC2 instance in APAC region from NA virginia -
i have jenkins build server in na virginia. dev servers in na. have spun new dev servers in apac singapore. have set jenkins deploy artifacts in singapore on ssh using ssh plugin. deploy more time consuming expected. there better way deploy code across different aws regions?
you put jenkins build slave in apac region , run deployment jobs on slave, artifacts deploy in apac built. note you'll still latency @ end of build when logs , archived artifacts copied slave master, @ least won't delay deployment.
see https://wiki.jenkins-ci.org/display/jenkins/distributed+builds details on setting jenkins slaves.
Comments
Post a Comment