chore: add Jenkinsfile and .gitignore
All checks were successful
Stuffle/plugin-engine/pipeline/head This commit looks good

This commit is contained in:
2026-02-28 19:48:21 +05:30
parent 98754b4117
commit 9690e430b5
3 changed files with 12 additions and 1 deletions

5
.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
node_modules/
dist/
*.tgz
.DS_Store
tsconfig.prod.tsbuildinfo

7
Jenkinsfile vendored Normal file
View File

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

View File

@@ -1 +0,0 @@
{"root":["./src/index.ts","./src/core/manifestvalidator.ts","./src/core/pluginreadapi.ts","./src/core/pluginregistry.ts","./src/types/plugin.types.ts","./src/utils/logger.ts"],"version":"5.9.3"}