Get the source code from your repository
• Build the project and following goals using your Gradle build
• Remark: if you did not successfully complete the Gradle tasks, use the existing node scripts instead
• Generate the JSDoc documentation
• Publish the JSDoc documentation
• You may consider that it does not make sense (in this case) to publish artefacts if their construction fails. Therefore, you
should not publish JSDoc if you are unable to successfully build the project
• Run the Unit Tests
• Generate the Unit Tests Coverage Report
• Publish the Unit Tests Coverage Report
• Run the API Tests
• Generate the API Tests Coverage Report
• Publish the API Tests Coverage Report
Get the source code from your repository • Build the project and following goals using your Gradle build • Remark: if you did not successfully complete the Gradle tasks, use the existing node scripts instead • Generate the JSDoc documentation • Publish the JSDoc documentation • You may consider that it does not make sense (in this case) to publish artefacts if their construction fails. Therefore, you should not publish JSDoc if you are unable to successfully build the project • Run the Unit Tests • Generate the Unit Tests Coverage Report • Publish the Unit Tests Coverage Report • Run the API Tests • Generate the API Tests Coverage Report • Publish the API Tests Coverage Report