From 5cdc8b1d398e8a0299602d3aec430bbaf05f3337 Mon Sep 17 00:00:00 2001 From: Harika Siddanathi Date: Wed, 24 Jul 2019 17:20:08 +0530 Subject: [PATCH 1/2] ci --- Jenkinsfile | 7 +++++++ ci/config.yml | 5 +++++ 2 files changed, 12 insertions(+) create mode 100644 Jenkinsfile create mode 100644 ci/config.yml diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..b2874e8 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,7 @@ +#!groovy + +@Library('plivo_standard_libs@sdks') _ + +sdksPipeline ([ + buildContainer: 'plivo/jenkins-ci/node-sdk:latest' +]) diff --git a/ci/config.yml b/ci/config.yml new file mode 100644 index 0000000..adef2ec --- /dev/null +++ b/ci/config.yml @@ -0,0 +1,5 @@ +--- +language: node-sdk +build: + command: | + npm install From ec522c6af1294325ab68fd16d75c1e9ace9b8934 Mon Sep 17 00:00:00 2001 From: harika siddanathi <38065154+harika245@users.noreply.github.com> Date: Tue, 5 Nov 2019 18:41:31 +0530 Subject: [PATCH 2/2] parent and servicename --- ci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/config.yml b/ci/config.yml index adef2ec..71c3e3a 100644 --- a/ci/config.yml +++ b/ci/config.yml @@ -1,4 +1,6 @@ --- +parent: central +serviceName: plivo-node language: node-sdk build: command: |