Coder Social home page Coder Social logo

jenkins-pipeline's Introduction

How to run this example

Setup Jenkins

Start Jenkins with docker-compose:

# docker-compose build
# docker-compose up -d

Open up your browser and navigate to http://localhost:8080. Unlock Jenkins by providing the initial password located here (needs root access):

# cat jenkins_home/secrets/initialAdminPassword

Choose Select plugins to install. Make sure the following plugins are installed:

  • Pipeline
  • Git plugin

Configure the admin user as you wish.

Build demo application

Create a new job. Enter any name and select 'Pipeline' as type. Scroll down to the Pipeline properties. Select 'Pipeline script from SCM'.

Select 'Git' as SCM and use the following repository URL: /repository. In a real project you would refer to your git server here, but for simplicity of this example, the repository is mounted into the Jenkins container by docker compose. Enter the following script path: demo_app/env/Jenkinsfile. Save all settings and trigger your first build with 'Build Now'.

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.