Skip to content
Build Queue (181)
part of bootstrap #2920
part of other-configs #2964
part of check-typo #2797
part of sanitizers #2927
part of step-by-step-build #2982
part of check-typo #2796
part of other-configs #2963
part of bootstrap #2919
part of sanitizers #2926
part of step-by-step-build #2981
part of step-by-step-build #2980
part of bootstrap #2918
part of sanitizers #2925
part of check-typo #2795
part of other-configs #2962
part of step-by-step-build #2979
part of bootstrap #2917
part of check-typo #2794
part of other-configs #2961
part of sanitizers #2924
part of step-by-step-build #2978
part of sanitizers #2923
part of bootstrap #2916
part of other-configs #2960
part of check-typo #2793
part of bootstrap #2915
part of step-by-step-build #2977
part of other-configs #2959
part of sanitizers #2922
part of check-typo #2792
part of check-typo #2791
part of sanitizers #2921
part of other-configs #2958
part of step-by-step-build #2976
part of bootstrap #2914
part of bootstrap #2913
part of other-configs #2957
part of sanitizers #2920
part of step-by-step-build #2975
part of check-typo #2790
part of sanitizers #2919
part of bootstrap #2912
part of step-by-step-build #2974
part of check-typo #2789
part of other-configs #2956
part of other-configs #2955
part of sanitizers #2918
part of bootstrap #2911
part of step-by-step-build #2973
part of check-typo #2788
part of step-by-step-build #2972
part of check-typo #2787
part of bootstrap #2910
part of other-configs #2954
part of sanitizers #2917
part of other-configs #2953
part of bootstrap #2909
part of check-typo #2786
part of sanitizers #2916
part of step-by-step-build #2971
part of check-typo #2785
part of sanitizers #2915
part of other-configs #2952
part of step-by-step-build #2970
part of bootstrap #2908
part of step-by-step-build #2969
part of check-typo #2784
part of other-configs #2951
part of bootstrap #2907
part of sanitizers #2914
part of step-by-step-build #2968
part of other-configs #2950
part of bootstrap #2906
part of sanitizers #2913
part of check-typo #2783
part of step-by-step-build #2967
part of sanitizers #2912
part of bootstrap #2905
part of other-configs #2949
part of check-typo #2782
part of check-typo #2781
part of sanitizers #2911
part of other-configs #2948
part of step-by-step-build #2966
part of bootstrap #2904
part of other-configs #2947
part of step-by-step-build #2965
part of bootstrap #2903
part of check-typo #2780
part of sanitizers #2910
part of bootstrap #2902
part of other-configs #2946
part of step-by-step-build #2964
part of sanitizers #2909
part of check-typo #2779
part of sanitizers #2908
part of step-by-step-build #2963
part of bootstrap #2901
part of check-typo #2778
part of other-configs #2945
part of check-typo #2777
part of bootstrap #2900
part of step-by-step-build #2962
part of other-configs #2944
part of sanitizers #2907
part of bootstrap #2899
part of other-configs #2943
part of step-by-step-build #2961
part of sanitizers #2906
part of check-typo #2776
part of other-configs #2942
part of check-typo #2775
part of bootstrap #2898
part of step-by-step-build #2960
part of sanitizers #2905
part of bootstrap #2897
part of other-configs #2941
part of check-typo #2774
part of sanitizers #2904
part of step-by-step-build #2959
part of bootstrap #2896
part of step-by-step-build #2958
part of other-configs #2940
part of sanitizers #2903
part of check-typo #2773
part of step-by-step-build #2957
part of check-typo #2772
part of bootstrap #2895
part of other-configs #2939
part of sanitizers #2902
part of bootstrap #2894
part of other-configs #2938
part of step-by-step-build #2956
part of check-typo #2771
part of sanitizers #2901
part of sanitizers #2900
part of bootstrap #2893
part of other-configs #2937
part of check-typo #2770
part of step-by-step-build #2955
part of check-typo #2769
part of sanitizers #2899
part of step-by-step-build #2954
part of bootstrap #2892
part of other-configs #2936
part of sanitizers #2898
part of other-configs #2935
part of bootstrap #2891
part of step-by-step-build #2953
part of check-typo #2768
part of sanitizers #2897
part of step-by-step-build #2952
part of other-configs #2934
part of check-typo #2767
part of bootstrap #2890
part of sanitizers #2896
part of bootstrap #2889
part of step-by-step-build #2951
part of check-typo #2766
part of other-configs #2933
part of sanitizers #2895
part of step-by-step-build #2950
part of other-configs #2932
part of check-typo #2765
part of bootstrap #2888
part of step-by-step-build #2949
part of other-configs #2931
part of check-typo #2764
part of sanitizers #2894
part of bootstrap #2887
part of step-by-step-build #2948
part of other-configs #2930
part of check-typo #2763
part of bootstrap #2886
part of sanitizers #2893
part of check-typo #2762
part of bootstrap #2885
part of sanitizers #2892
part of other-configs #2929
part of step-by-step-build #2947
precheck

Command build

java -jar jenkins-cli.jar -s https://ci.inria.fr/ocaml/ build JOB [-c] [-f] [-p] [-r N] [-s] [-v] [-w]
Starts a build, and optionally waits for a completion.
Aside from general scripting use, this command can be
used to invoke another job from within a build of one job.
With the -s option, this command changes the exit code based on
the outcome of the build (exit code 0 indicates a success)
and interrupting the command will interrupt the job.
With the -f option, this command changes the exit code based on
the outcome of the build (exit code 0 indicates a success)
however, unlike -s, interrupting the command will not interrupt
the job (exit code 125 indicates the command was interrupted).
With the -c option, a build will only run if there has been
an SCM change.

JOB : Name of the job to build -c : Check for SCM changes before starting the build, and if there's no change, exit without doing a build (default: false) -f : Follow the build progress. Like -s only interrupts are not passed through to the build. (default: false) -p : Specify the build parameters in the key=value format. (default: {}) -s : Wait until the completion/abortion of the command. Interrupts are passed through to the build. (default: false) -v : Prints out the console output of the build. Use with -s (default: false) -w : Wait until the start of the command (default: false)