diff --git a/install/ci/Jenkinsfile b/install/ci/Jenkinsfile new file mode 100644 index 0000000..554471f --- /dev/null +++ b/install/ci/Jenkinsfile @@ -0,0 +1,4 @@ +stage('install:ci') { + echo 'starting installing' + sh 'npm ci' +} \ No newline at end of file