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
Some checks failed
armco-org/mesa-client-sdk/pipeline/head There was a failure building this commit
This commit is contained in:
11
.npmignore
Normal file
11
.npmignore
Normal 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
7
Jenkinsfile
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
@Library('jenkins-shared') _
|
||||
|
||||
kanikoPipeline(
|
||||
repoName: 'mesa-client-sdk',
|
||||
branch: env.BRANCH_NAME ?: 'main',
|
||||
isNpmLib: true
|
||||
)
|
||||
Reference in New Issue
Block a user