try DB_NAME since the others are failing

pull/20/head
Adam Townsend 2023-10-10 14:19:59 -07:00
parent 7f6fc24872
commit e93868a483
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -40,7 +40,7 @@ pipeline {
reportName: 'Test Results',
reportTitles: 'Test Coverage'])
cucumber buildStatus: 'UNCHANGED', customCssFiles: '', customJsFiles: '', failedFeaturesNumber: -1, failedScenariosNumber: -1, failedStepsNumber: -1, fileIncludePattern: '**/cucumber.json', pendingStepsNumber: -1, skippedStepsNumber: -1, sortingMethod: 'ALPHABETICAL', undefinedStepsNumber: -1
mattermostSend channel: 'git-messages', color: 'good', message: 'Finished building ${JOB_NAME} - ${BUILD_NUMBER}', text: 'Build Finished'
mattermostSend channel: 'git-messages', color: 'good', message: 'Finished building ${JOB_NAME} - ${BUILD_NUMBER} ${DB_NAME}', text: 'Build Finished'
}
}
}