Fixed GPG signing 4

This commit is contained in:
Robert Vokac 2023-06-17 19:16:13 +02:00
parent 54ae5ef659
commit 938fe701b8
No known key found for this signature in database
GPG Key ID: 693D30BEE3329055

2
Jenkinsfile vendored
View File

@ -15,7 +15,7 @@ pipeline
#!/bin/bash
echo JOB_NAME=$JOB_NAME
mvn clean install
mvn clean install -X
echo "Build of $JOB_NAME was successful"
'''