Skip to content

Commit ea2ab79

Browse files
committed
Removed debug in the pipeline script
1 parent 4b3f56e commit ea2ab79

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Jenkinsfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,8 @@ spec:
6767
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
6868
cd ../../
6969
./package.sh
70-
ls -l
7170
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-
ls -l
71+
gpg -vvv --verify Eclipse-Sparkplug-TCK-3.0.0.zip.sig
7372
'''
7473
}
7574
}

0 commit comments

Comments
 (0)