Skip to content

opendevstack/ods-pipeline-npm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ods-pipeline-npm

Tests

Tekton task for use with ODS Pipeline to build applications with NPM.

Usage

tasks:
- name: build
  taskRef:
    resolver: git
    params:
    - { name: url, value: https://github.com/opendevstack/ods-pipeline-npm.git }
    - { name: revision, value: v0.2.0 }
    - { name: pathInRepo, value: tasks/build.yaml }
    workspaces:
    - { name: source, workspace: shared-workspace }

See the documentation for details and available parameters.

About this repository

docs and tasks are generated directories from recipes located in build. See the Makefile target for how everything fits together.