feat: initial @armco/mesa-sdk with flexible mailConfig, Jenkinsfile
Some checks failed
armco-org/mesa-client-sdk/pipeline/head There was a failure building this commit

This commit is contained in:
2026-01-07 23:39:22 +05:30
parent 7ef38a5e03
commit f33e2b7456
2 changed files with 18 additions and 0 deletions

11
.npmignore Normal file
View File

@@ -0,0 +1,11 @@
src/
tsconfig.json
tsconfig*.json
package-lock.json
vitest.config.ts
node_modules/
.git/
.gitignore
Jenkinsfile
*.log
coverage/

7
Jenkinsfile vendored Normal file
View File

@@ -0,0 +1,7 @@
@Library('jenkins-shared') _
kanikoPipeline(
repoName: 'mesa-client-sdk',
branch: env.BRANCH_NAME ?: 'main',
isNpmLib: true
)