Openssl issue on mainframe agent

32 views
Skip to first unread message

Adharsha sri

unread,
Jul 1, 2022, 7:10:02 AM7/1/22
to jenkins...@googlegroups.com
We are facing issue with openssl on mainframe agent. It is not generating checksums. Can you please help us on this.

Jenkins version: 2.319.3 

Please find the script details below.

release ="17.20.00.XX"


ORIG="$(echo $_BPXK_AUTOCVT)"
export _BPXK_AUTOCVT="ON"
sum_sha256="$(/rsusr/miniconda/bin/openssl sha256 trdtgenj-zos.32_${release}.pax | awk '{print $2}')"
sum_sha1="$(/rsusr/miniconda/bin/openssl sha1 trdtgenj-zos.32_${release}.pax | awk '{print $2}')"
sum_md5="$(/rsusr/miniconda/bin/openssl md5 trdtgenj-zos.32_${release}.pax | awk '{print $2}')"
export _BPXK_AUTOCVT="$ORIG"

echo "SHA256: $sum_sha256"
echo "SHA1: $sum_sha1"
echo "MD5: $sum_md5"
if [[ "${sum_sha256}" == "" || "${sum_sha1}" == "" || "${sum_md5}" == "" ]]
then
  echo "failure calculating checksums"
  exit 99
fi


Thanks.

Adharsha sri

unread,
Jul 1, 2022, 8:08:45 AM7/1/22
to jenkins...@googlegroups.com, madhu.pe...@gmail.com
Can any one please help on this issue as this is a blocker for us.

Dirk Heinrichs

unread,
Jul 1, 2022, 8:42:16 AM7/1/22
to jenkins...@googlegroups.com
Am Freitag, dem 01.07.2022 um 16:39 +0530 schrieb Adharsha sri:

> We are facing issue with openssl on mainframe agent.

Why is this a Jenkins problem?

Bye...

Dirk
--
Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhei...@opentext.com
Website: www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu
Ranganathan, Christian Waida, Registergericht Amtsgericht Bonn,
Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If
you are not the intended recipient (or have received this e-mail in
error) please notify the sender immediately and destroy this e-mail.
Any unauthorized copying, disclosure or distribution of the material in
this e-mail is strictly forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-
Mail irrtümlich erhalten haben, informieren Sie bitte sofort den
Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie
die unbefugte Weitergabe dieser Mail sind nicht gestattet.

Adharsha sri

unread,
Jul 4, 2022, 9:09:32 AM7/4/22
to jenkins...@googlegroups.com
We are able to generate the checksum manually on the server using same steps mentioned above and also using teamcity we are able to achieve this. But when we are using same script on jenkins we are facing issue with openssl.

--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/ec2fe87c97ba6817b501a85c2c887b0f3a54755b.camel%40opentext.com.
Reply all
Reply to author
Forward
0 new messages