diff --git a/Jenkinsfile b/Jenkinsfile deleted file mode 100644 index 6fc53e1..0000000 --- a/Jenkinsfile +++ /dev/null @@ -1,9 +0,0 @@ -// This name is defined in the Jenkins management console, and pulled from a github repository under -// our mixmaxhq organization by the same name. Specify a specific tag/revision by appending it along -// with an '@' symbol to the string literal. -@Library('scm-service-library') _ - -npmModulePipeline { - nodeVersion = '10.16.0' - npmVersion = '6.4.1' -}