don't build orient chart
This commit is contained in:
parent
51d32734ba
commit
98d73da47b
@ -42,11 +42,9 @@ dockerizedBuildPipeline(
|
|||||||
buildAndTest: {
|
buildAndTest: {
|
||||||
sonatypeZionGitConfig()
|
sonatypeZionGitConfig()
|
||||||
runSafely "git checkout ${gitBranch(env)}"
|
runSafely "git checkout ${gitBranch(env)}"
|
||||||
runSafely "./upgrade.sh ./nexus-repository-manager ${chartVersion} ${params.appVersion}"
|
|
||||||
runSafely "./upgrade.sh ./nxrm-aws-resiliency ${chartVersion} ${params.appVersion}"
|
runSafely "./upgrade.sh ./nxrm-aws-resiliency ${chartVersion} ${params.appVersion}"
|
||||||
runSafely './build.sh'
|
runSafely './build.sh'
|
||||||
runSafely 'git add nxrm-aws-resiliency'
|
runSafely 'git add nxrm-aws-resiliency'
|
||||||
runSafely 'git add nexus-repository-manager'
|
|
||||||
},
|
},
|
||||||
skipVulnerabilityScan: true,
|
skipVulnerabilityScan: true,
|
||||||
archiveArtifacts: 'docs/*',
|
archiveArtifacts: 'docs/*',
|
||||||
|
3
build.sh
3
build.sh
@ -18,12 +18,9 @@ set -e
|
|||||||
|
|
||||||
# lint yaml of charts
|
# lint yaml of charts
|
||||||
helm lint ./nxrm-aws-resiliency
|
helm lint ./nxrm-aws-resiliency
|
||||||
helm lint ./nexus-repository-manager
|
|
||||||
|
|
||||||
# unit test
|
# unit test
|
||||||
(cd ./nxrm-aws-resiliency; helm unittest -3 -t junit -o test-output.xml .)
|
(cd ./nxrm-aws-resiliency; helm unittest -3 -t junit -o test-output.xml .)
|
||||||
(cd ./nexus-repository-manager; helm unittest -3 -t junit -o test-output.xml .)
|
|
||||||
|
|
||||||
# package the charts into tgz archives
|
# package the charts into tgz archives
|
||||||
helm package ./nxrm-aws-resiliency --destination docs
|
helm package ./nxrm-aws-resiliency --destination docs
|
||||||
helm package ./nexus-repository-manager --destination docs
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user