Git Product home page Git Product logo

alpha-jenkins-svc's Introduction

VPC First steps

  • Create Internet Gateway and attach to VPC
  • Dont forget to setup RouteTables

Secrets

Setup assumes follwing secrets in AWS secret manager

#Credentials for jira

/pipeline/jenkins/jira-http

{
  "username": "***",
  "password": "***",
  "url": "https://***"
}

#Credentials for github

/pipeline/jenkins/github-http

{
  "username": "***",
  "password": "***",
  "url": "https://***"
}

#Credentialsto deploy artifacts

/pipeline/jenkins/artifact-deploy-http

{
  "username": "***",
  "password": "***",
  "url": "https://***",
  "org": "com.example"
}

#Credentals to deploy non productive builds of artifacts (i.e. Pull request builds)

/pipeline/jenkins/artifact-deploy-dev-http
{
  "username": "***",
  "password": "***",
  "url": "https://***",
  "org": "com.example"
}

#Credentals to deploy public releases

/pipeline/jenkins/artifact-deploy-public-http
{
  "username": "***",
  "password": "***",
  "url": "https://***",
  "org": "com.example"
}

#Docker setup. url and push-url can be same value.

/pipeline/jenkins/docker-http
{
  "username": "***",
  "password": "***",
  "url": "***",
  "push-url": "***",
  "org": "***"
}

#Initial instance setup

sudo apt-get update
sudo apt-get install -y docker.io awscli jq
sudo echo "{ "features": { "buildkit": true } }" > /etc/docker/daemon.json
sudo systemctl restart docker

Build and deploy

./local-deploy.sh

alpha-jenkins-svc's People

Contributors

rpofuk avatar robertpofuk avatar alphaprosoft-robertpofuk avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.