Interface JobCallingReusableWorkflow

    • Method Detail

      • getUses

        @Stability(Experimental)
        @NotNull
        String getUses()
        (experimental) The location and version of a reusable workflow file to run as a job.
      • getSecrets

        @Stability(Experimental)
        @Nullable
        default Object getSecrets()
        (experimental) When a job is used to call a reusable workflow, you can use secrets to provide a map of secrets that are passed to the called workflow.

        Use the 'inherit' keyword to pass all the calling workflow's secrets to the called workflow

      • getWith

        @Stability(Experimental)
        @Nullable
        default Map<String,​Object> getWith()
        (experimental) When a job is used to call a reusable workflow, you can use with to provide a map of inputs that are passed to the called workflow.

        Allowed expression contexts: github, and needs.