We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b3f56e commit ea2ab79Copy full SHA for ea2ab79
Jenkinsfile
@@ -67,9 +67,8 @@ spec:
67
gpg -vvv --no-permission-warning --output "sparkplug-tck-3.0.0.zip.sig" --batch --yes --pinentry-mode=loopback --passphrase="${KEYRING_PASSPHRASE}" --no-tty --detach-sig sparkplug-tck-3.0.0.zip
68
cd ../../
69
./package.sh
70
- ls -l
71
gpg -vvv --no-permission-warning --output "Eclipse-Sparkplug-TCK-3.0.0.zip.sig" --batch --yes --pinentry-mode=loopback --passphrase="${KEYRING_PASSPHRASE}" --no-tty --detach-sig Eclipse-Sparkplug-TCK-3.0.0.zip
72
+ gpg -vvv --verify Eclipse-Sparkplug-TCK-3.0.0.zip.sig
73
'''
74
}
75
0 commit comments