I have two jobs in a pipeline.
Pipeline has --> Job A (Build) --> Job B( Deploy) .. Job A passes build number and other variables to Job B. I want to run Job B from CLI interfece..Job B is not getting build information after Job A built successful...Job B is failing while running using command line.
Please advice.