Skip to content

Bluepr-nt/ccs-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build-action

Backbone implementation of the build task as per the CI-CD-Standard

Features

Feature: Execute build command in environment

  Background:
    Given a build environment
    Given a build command

  Scenario Outline: various build command & environment
    Given a <environment_type> build environment
    Given a <command_type> build command
    When the build is triggered
    Then the build command is executed in the environment
    And outputs
    * the result code (integer)
    * the execution log artifact(url)
    * the pipeline/build artifact(url)

    Examples:
      | environment_type | command_type |
      | Docker-in-Docker |       Docker |
      |     Docker image |          tar |
      |     Docker image |           go |

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published