Giter Club home page Giter Club logo

jenkins-example's Introduction

This example uses official jenkins docker image.

Prerequisites

  • docker
  • Make

Run the command: make run

Read the logs of the newly created container in order to find initial admin password by running below commands.

Find the container id:

docker ps

Check the logs of the container to find the initial password:

docker logs <container_id>

Connect to localhost on port 8080 in order to reach Jenkins UI and enter initial password.

There are three credentials scope. According to projects need you may define one of them or all of them for different use.

  1. Global scope
  2. System scope

Only available on jenkins server not for jenkins job.

  1. Project scope

Only comes with multi-pipeline branch option and secrets are naturally has project scope)

If you wanna build only a particular branch go to on console your-pipeline => branch sources => Behaviours => discover branches add java regular expression.

For instance below regular expression will only accept branches main, dev or feature

^main|dev|feature.*$

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.