ci: add isNpmLib flag for npm package publishing
Some checks failed
armco-org/icon-spot/pipeline/head There was a failure building this commit
Some checks failed
armco-org/icon-spot/pipeline/head There was a failure building this commit
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -1,3 +1,7 @@
|
||||
@Library('jenkins-shared@main') _
|
||||
|
||||
kanikoPipeline(repoName: 'icon-spot', branch: env.BRANCH_NAME ?: 'main')
|
||||
kanikoPipeline(
|
||||
repoName: 'icon-spot',
|
||||
branch: env.BRANCH_NAME ?: 'main',
|
||||
isNpmLib: true
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user