Skip to content

Commit

Permalink
Prep to release MP Telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily-Jiang committed Aug 4, 2022
1 parent b032cd2 commit b821259
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildScripts/release.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ def modules = ['microprofile','microprofile-bom', 'microprofile-parent', 'microp
'microprofile-context-propagation','microprofile-fault-tolerance',
'microprofile-health','microprofile-jwt-auth','microprofile-metrics',
'microprofile-open-api','microprofile-opentracing','microprofile-rest-client',
'microprofile-reactive-streams-operators', 'microprofile-reactive-messaging', 'microprofile-lra', 'microprofile-graphql']
'microprofile-reactive-streams-operators', 'microprofile-reactive-messaging',
'microprofile-lra', 'microprofile-graphql', 'microprofile-telemetry']
def moduleString = modules.join('\n')
pipeline {
agent any
Expand Down

0 comments on commit b821259

Please sign in to comment.