Added Jenkinsfile
Some checks failed
armco-org/shared-components/pipeline/head There was a failure building this commit

This commit is contained in:
2025-11-05 02:47:56 +05:30
parent f32b66f0e8
commit e8ac23b0df

6
Jenkinsfile vendored Normal file
View File

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