Giter Site home page Giter Site logo

lesnidi / jenkinscfpresentation Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lramirez925/jenkinscfpresentation

0.0 0.0 0.0 6.67 MB

Repository for my work for the CF Jenkins Presentation

License: MIT License

JavaScript 41.61% CSS 42.58% HTML 13.75% ColdFusion 2.07%

jenkinscfpresentation's Introduction

Automate your tests

Prerequisites.

  1. Install Docker on your machine
  2. Install Jenkins
    • Run the following command in terminal.
      • docker run -u root --rm -d -p 8080:8080 -p 50000:50000 -v $HOME/jenkins-data:/var/jenkins_home -v /var/run/docker.sock:/var/run/docker.sock jenkinsci/blueocean
      • Or follow instructions here https://jenkins.io/doc/book/installing/

To run these examples

  1. Fork this repo.
  2. Install as above
  3. Go into Jenkins
  4. Install a plugin.
    1. In Jenkins click Manager Jenkins
    2. Click Manage Plugins
    3. Click Available tab
    4. Search for Pipeline Utility Steps
    5. Install the plugin.
  5. Click the blueocean link
  6. Click New Pipeline
  7. Choose your repository type.... aka github
  8. Choose your organization if asked.
  9. Choose your repository... aka the forked repo
  10. Click Create Pipeline

How to use this repository

So organization of this repo is a little different. And I am doing that puposely. Every branch should have a PR and each PR is showing one way to accomplish a task in jenkins. I am hoping this allows you to use githubs great comparison features to see exactly what I had to do to run make the change.

Please enjoy

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.