79125196

Date: 2024-10-25 10:12:25
Score: 1
Natty:
Report link

Switching from -file to -job in the kitchen command input and removing the .kjb extension in the job file solved the issue.

Before:

./kitchen.sh -rep=repo1 -file=/var/lib/jenkins/project/path/etl/Job1.kjb

After:

./kitchen.sh -rep=repo1 -job=/var/lib/jenkins/project/path/etl/Job1
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Mohan Rajan K