chore: add Jenkinsfile and .gitignore
All checks were successful
Stuffle/plugin-engine/pipeline/head This commit looks good
All checks were successful
Stuffle/plugin-engine/pipeline/head This commit looks good
This commit is contained in:
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
node_modules/
|
||||
dist/
|
||||
*.tgz
|
||||
.DS_Store
|
||||
tsconfig.prod.tsbuildinfo
|
||||
7
Jenkinsfile
vendored
Normal file
7
Jenkinsfile
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
@Library('jenkins-shared') _
|
||||
|
||||
kanikoPipeline(
|
||||
repoName: 'plugin-engine',
|
||||
branch: env.BRANCH_NAME ?: 'main',
|
||||
isNpmLib: true
|
||||
)
|
||||
@@ -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"}
|
||||
Reference in New Issue
Block a user