Interface Trigger

    • Method Detail

      • getBranch

        @Stability(Experimental)
        @Nullable
        default String getBranch()
        (experimental) The branch name that a downstream pipeline will use.
      • getInclude

        @Stability(Experimental)
        @Nullable
        default List<TriggerInclude> getInclude()
        (experimental) A list of local files or artifacts from other jobs to define the pipeline.
      • getProject

        @Stability(Experimental)
        @Nullable
        default String getProject()
        (experimental) Path to the project, e.g. group/project, or group/sub-group/project.
      • getStrategy

        @Stability(Experimental)
        @Nullable
        default Strategy getStrategy()
        (experimental) You can mirror the pipeline status from the triggered pipeline to the source bridge job by using strategy: depend.