Skip to content

Commit 44c00e7

Browse files
committed
[Build] Fix definition of pgp-secretKeys property to fix pgp signing
1 parent 4e83fd3 commit 44c00e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pipeline {
2828
sh '''#!/bin/bash -x
2929
mavenArgs="clean verify --batch-mode -Dmaven.test.failure.ignore=true -Dtycho.p2.baselineMode=failCommon"
3030
if [[ ${BRANCH_NAME} == master ]] || [[ ${BRANCH_NAME} =~ m2e-[0-9]+\\.[0-9]+\\.x ]]; then
31-
mvn ${mavenArgs} -Peclipse-sign,its -DDtycho.pgp.signer.bc.secretKeys="${KEYRING}" -Dgpg.passphrase="${KEYRING_PASSPHRASE}"
31+
mvn ${mavenArgs} -Peclipse-sign,its -Dtycho.pgp.signer.bc.secretKeys="${KEYRING}" -Dgpg.passphrase="${KEYRING_PASSPHRASE}"
3232
else
3333
# Clear signing environment variables for PRs
3434
export KEYRING='EMPTY'

0 commit comments

Comments
 (0)