GithubHelp home page GithubHelp logo

jyotishsolutions / cloudbees-examples Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cloudbees/cloudbees-examples

0.0 1.0 0.0 154 KB

Public repository - Examples for documentation

HTML 2.24% Shell 62.91% HCL 17.77% Groovy 17.09%

cloudbees-examples's Introduction

Welcome

Welcome to the CloudBees examples repository. This repository is a place for storing tutorials, examples, and other learning materials to complement mentions in product documentation. Of note:

  • It is owned and managed by the docs team.
  • This repo contains assets that complement mentions in product documentation. As such, it is not standalone.
  • It is pre-populated with top-level product folders. Organize content in sub-folders appropriate to your files or projects.

Managing asset links

  • When providing a link in product documentation to a repo asset, consider using the raw link where appropriate. This gives the reader a cut/paste-ready version of the asset.

  • Choose prudent filenames to minimize future renames. Simply moving a file to a new name breaks exiting links out in the wild. It is recommended to leverage symbolic links to effect "redirects". The following shows how to rename origfile.yaml and then create a hard link to this original name. As a result, links to the old name will automatically "redirect" to the new name.

    // move old file to new name
    git mv origfile.yaml newfile.yaml
    git commit -m "commit message"
    git push
    
    // create link to old file
    ln  newfile.yaml origfile.yaml
    
    // add, commit, and push the symlink
    git add origfile.yaml
    git commit -m "created symlink to the original file"
    git push

In this repo

The following table is a brief summary of each of the example projects.

Directory Description
cloudbees-build-test-automation Example files referenced by CloudBees Build and Test Automation documentation.
cloudbees-cd Example files referenced by CloudBees CD documentation.
cloudbees-ci Example files referenced by CloudBees CI documentation.
cloudbees-feature-flags Example files referenced by CloudBees Feature Flags documentation.
cloudbees-sdm Example files for CloudBees SDM.
pipeline-template-examples This repository includes a sample Pipeline Template Catalog. The demos folder includes examples of how to customize a template.yaml file.
helm-custom-value-file-examples Custom Property Value Files for the CloudBees Core for Modern Platforms Helm installation.
flow-on-kubernetes Sample property value files for CloudBees Flow on Kubernetes Helm installation.

cloudbees-examples's People

Contributors

alecharp avatar atreadway avatar cb-jeffduska avatar d3rp3tt3 avatar dohbedoh avatar fcojfernandez avatar hcloward avatar hobbes-the-tiger avatar jha-cloudbees avatar jpbriend avatar kimberlyfields avatar knylander avatar kshultzcb avatar pattyhair avatar tfoxnc avatar urvashisingh avatar

Watchers

 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.