function abort job in split format
|
= NAME =
abort_job
|
|
= SYNOPSIS =
* abort_job ["<reason_string"]
|
|
= DESCRIPTION =
This function aborts the current job, printing the reason-string to the console.
|
The reason string is prefixed with: "Fuego error reason:"
|
The reason string is prefixed with: "Fuego error reason:"
|
Note that this uses the Jenkins web interface to abort the job, using the wget program.
|
Note that this uses the Jenkins web interface to abort the job, using the wget program.
|
|
= EXAMPLES =
Here are some sample invocations:
{{{#!YellowBox
abort_job "$1 is not defined. Make sure you use correct overlay with required specs for this test/benchmark"
}}}
|
|
= ENVIRONMENT and ARGUMENTS =
This function uses:
* BUILD_URL - to construct the URL to issue a command to Jenkins for this job
|
|
= RETURN =
Does not return.
|
|
= SOURCE =
Located in ''scripts/common.sh''
|
build_error, assert_define
|
= SEE ALSO =
* [[function_build_error|build_error]], [[function_assert_define|assert_define]]
|