diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..d0055aa --- /dev/null +++ b/.npmignore @@ -0,0 +1,11 @@ +src/ +tsconfig.json +tsconfig*.json +package-lock.json +vitest.config.ts +node_modules/ +.git/ +.gitignore +Jenkinsfile +*.log +coverage/ diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..80ca2ff --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,7 @@ +@Library('jenkins-shared') _ + +kanikoPipeline( + repoName: 'mesa-client-sdk', + branch: env.BRANCH_NAME ?: 'main', + isNpmLib: true +)