eclipse / microprofile-context-propagation

Apache License 2.0
33 stars 23 forks source link

gpg signing failed in Jenkins build of MicroProfile Context Propagation #200

Closed njr-11 closed 3 years ago

njr-11 commented 3 years ago

Jenkins build: https://ci.eclipse.org/microprofile/view/Release/job/MicroProfile%20Releases/447/

[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-context-propagation-parent ---
[INFO] gpg: signing failed: Not a tty
[INFO] gpg: signing failed: Not a tty
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Summary for MicroProfile Context Propagation 1.1:
[INFO] [INFO] 
[INFO] [INFO] MicroProfile Context Propagation ................... FAILURE [ 28.999 s]

Other MicroProfile projects have run into this same error and fixed it in the following way, https://github.com/eclipse/microprofile-fault-tolerance/pull/489/files https://github.com/eclipse/microprofile-health/pull/231/files

MicroProfile Context Propagation will need to do the same.