Skip to content

Set up CI with Azure Pipelines#51

Open
campbellmcneill wants to merge 3 commits intomasterfrom
azure-pipelines-testing
Open

Set up CI with Azure Pipelines#51
campbellmcneill wants to merge 3 commits intomasterfrom
azure-pipelines-testing

Conversation

@campbellmcneill
Copy link

Base Pipeline for Azure Devops Automated Build and Test

jdkArchitectureOption: 'x64'
publishJUnitResults: true
testResultsFiles: '**/surefire-reports/TEST-*.xml'
goals: 'package'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be verify so it runs all of the tests.

jdkVersionOption: '1.11'
jdkArchitectureOption: 'x64'
publishJUnitResults: true
testResultsFiles: '**/surefire-reports/TEST-*.xml'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is also a failsafe-reports folder for medium (aka integration) test results. since i'm planning to put more emphasis on those kinds of tests, we should make sure and include both.

@toadzky toadzky force-pushed the azure-pipelines-testing branch from 3f74062 to 1a8d643 Compare May 1, 2020 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants