Skip to content

Latest commit

 

History

103 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pipeline Test Project

This project demonstrates a simple CI/CD pipeline with build and verification scripts.

Scripts

build.sh

  • Builds the project and creates artifacts
  • Generates build information and manifest files
  • Creates a build/ directory with output files

verification.sh

  • Verifies build artifacts exist and are valid
  • Runs simulated tests
  • Checks build status and displays summary

Usage

  1. Run the build script:

    ./build.sh
  2. Run the verification script:

    ./verification.sh
  3. Or run the complete pipeline:

    ./build.sh && ./verification.sh

Output

The build process creates:

  • build/build-info.txt - Build metadata
  • build/manifest.json - Build manifest with status and version info

About

A simple CI/CD pipeline starter with build and verification scripts

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages