remove unneeded checks
This commit is contained in:
parent
e5abf26148
commit
a7feecb463
@ -70,13 +70,6 @@ dockerizedBuildPipeline(
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
postDeploy: {
|
postDeploy: {
|
||||||
// Verify Index.yaml
|
|
||||||
String version = verifyIndexYamlAndTarFile(params.chart)
|
|
||||||
|
|
||||||
// Set Jira Fix Version
|
|
||||||
jira.versionPrefix = jiraVersionMappings[chart]
|
|
||||||
jiraSetFixVersion(jira, version)
|
|
||||||
|
|
||||||
// Create tags
|
// Create tags
|
||||||
String tagName = "${chart}-${version}"
|
String tagName = "${chart}-${version}"
|
||||||
runSafely "git tag -a ${tagName} -m 'Release Update: ${version}'"
|
runSafely "git tag -a ${tagName} -m 'Release Update: ${version}'"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user