The task was to “Configure Jenkins Job for Package Installation” https://engineer.kodekloud.com/task?id=64688fb8c1ff5e7e05478f3f&status=start
sshpass -p ‘Bl@kW’ ssh natasha@ststor01 “sudo apt-get install -y $PACKAGE” This was my script for freestyle project, along with the parameter.
I even tried pipeline project
The


