Release_1.1_To_Do >> Test_Functional.arch_timer >> Release_test_results >> Fuego_Tips >> Notes_on_Jenkins_integration_refactoring 

Fuego 1.5 wiki

Login or create account

function run python in split format

NAME [edit section]

= NAME =
run_python

SYNOPSIS [edit section]

= SYNOPSIS =
run_python <arguments>

DESCRIPTION [edit section]

= DESCRIPTION =
This is a helper function to execute a python program using the python interpreter.  If ORIG_PATH is set, then python is invoked, with the specified
arguments, with PATH=$ORIG_PATH.  Otherwise, python is invoked with the
current PATH.

EXAMPLES [edit section]

= EXAMPLES =
Here are some sample invocations:
{{{#!YellowBox
  run_python $PYTHON_ARGS $FUEGO_CORE/engine/scripts/parser/dataload.py $JOB_NAME $DATA_FILE $REF_FILE
}}}

ENVIRONMENT and ARGUMENTS [edit section]

= ENVIRONMENT and ARGUMENTS =
This functions uses the following environment variables:
 * ORIG_PATH - if non-zero, is used to set PATH before python is invoked
All positional arguments are passed unmodified to the python interpreter command line.
All positional arguments are passed unmodified to the python interpreter command line.

RETURN [edit section]

= RETURN =
Returns the result of the python program invocation.

SOURCE [edit section]

= SOURCE =
Located in ''scripts/common.sh''

SEE ALSO [edit section]

= SEE ALSO =
TBWiki engine 1.8.3 by Tim Bird