Adds a job to the pipeline.
Example:
job("build") { name = "Build Application" steps { gradle { tasks = "clean build" } }}
added job
job id
function to initialize the job