Hi All,
I am new to Devop Role & am using Jenkins for implementing CI/CD process, I've written a pipeline code to implement this process,
using pipeline code I've created a .jar file by using "mvn clean install" command, While running the respective jar command using "java -jar [jar-name]", my pipeline is getting hanged & not moving to further tasks.
my code:
cd /var/lib/jenkins/workspace/Exf-Fhir/fhirkafka/AuthServerSecurity/target
java -jar AuthServerSecurity-0.0.1-SNAPSHOT.jar