diff --git a/Jenkinsfile b/Jenkinsfile index b567a76c9..170ca59a7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,7 @@ node { def jiraTicket = env.BRANCH_NAME.find(/HOR-\d+/) def shortname = env.BRANCH_NAME.replace('/', '-').toLowerCase() - def dbSuffix = shortname.replace('-', '') + def dbSuffix = shortname.replace('-', '').replace('.', '') echo "Building for ${env.BRANCH_NAME}"