mirror of
https://github.com/donl/plivo-node.git
synced 2026-06-30 06:12:08 -06:00
Merge branch 'master' into get-input
This commit is contained in:
commit
4ac9b0871c
2 changed files with 14 additions and 0 deletions
7
Jenkinsfile
vendored
Normal file
7
Jenkinsfile
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!groovy
|
||||
|
||||
@Library('plivo_standard_libs@sdks') _
|
||||
|
||||
sdksPipeline ([
|
||||
buildContainer: 'plivo/jenkins-ci/node-sdk:latest'
|
||||
])
|
||||
7
ci/config.yml
Normal file
7
ci/config.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
parent: central
|
||||
serviceName: plivo-node
|
||||
language: node-sdk
|
||||
build:
|
||||
command: |
|
||||
npm install
|
||||
Loading…
Add table
Add a link
Reference in a new issue