I am trying to create a job in jenkins that picks up a recently scanned image from a harbor repository and deploys it into an existing kubernetes cluster.
I am working on a offline server and quite new to Jenkins.
What would be the best way to do this? Would I need to use a pipeline or just a jenkins freestyle project?
Thanks