The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps section of the Pipeline Syntax page.

For a list of other such plugins, see the Pipeline Steps Reference page.

$class: 'RunFilterParameter'

  • $class: 'RunFilterParameter'
    Defines a parameter that can be used for a build filter of Copy Artifact.
    • name : String
    • defaultFilter
        Nested Choice of Objects
      • and
        • runFilterList
            Array / List of Nested Choice of Objects
          • and
          • displayName
            • runDisplayName : String
              Filter the run based on its display name. It accepts the first run that has the display name matching the given parameter. The iteration is done from newest to oldest run.
          • $class: 'DownstreamRunFilter'
            • upstreamProjectName : String

              Copy artifacts from a build that is a downstream of a build of the specified project. You can use variable expressions.

              Downstream builds are found using fingerprints of files. That is, a build that is triggerd from a build isn't always considered downstream, but you need to fingerprint files used in builds to let Jenkins track them.

              Note: "Downsteram build of" is applicable only to AbstractProject based projects (both upstream and downstream projects).

              AbstractProject based projects:
              Freestyle projects
              Multi-configuration projects
              Maven projects
              Non AbstractProject based projects:
              Pipeline jobs (aka. Workflow jobs)

            • upstreamBuildNumber : String
              The number of the build to find its downstream build. You can also specify display names. You can use variable expressions.
          • not
            • runFilter
                Nested Choice of Objects
              • and
              • displayName
                • runDisplayName : String
                  Filter the run based on its display name. It accepts the first run that has the display name matching the given parameter. The iteration is done from newest to oldest run.
              • $class: 'DownstreamRunFilter'
                • upstreamProjectName : String

                  Copy artifacts from a build that is a downstream of a build of the specified project. You can use variable expressions.

                  Downstream builds are found using fingerprints of files. That is, a build that is triggerd from a build isn't always considered downstream, but you need to fingerprint files used in builds to let Jenkins track them.

                  Note: "Downsteram build of" is applicable only to AbstractProject based projects (both upstream and downstream projects).

                  AbstractProject based projects:
                  Freestyle projects
                  Multi-configuration projects
                  Maven projects
                  Non AbstractProject based projects:
                  Pipeline jobs (aka. Workflow jobs)

                • upstreamBuildNumber : String
                  The number of the build to find its downstream build. You can also specify display names. You can use variable expressions.
              • not
              • or
                • runFilterList
                    Array / List of Nested Choice of Objects
                  • and
                  • displayName
                    • runDisplayName : String
                      Filter the run based on its display name. It accepts the first run that has the display name matching the given parameter. The iteration is done from newest to oldest run.
                  • $class: 'DownstreamRunFilter'
                    • upstreamProjectName : String

                      Copy artifacts from a build that is a downstream of a build of the specified project. You can use variable expressions.

                      Downstream builds are found using fingerprints of files. That is, a build that is triggerd from a build isn't always considered downstream, but you need to fingerprint files used in builds to let Jenkins track them.

                      Note: "Downsteram build of" is applicable only to AbstractProject based projects (both upstream and downstream projects).

                      AbstractProject based projects:
                      Freestyle projects
                      Multi-configuration projects
                      Maven projects
                      Non AbstractProject based projects:
                      Pipeline jobs (aka. Workflow jobs)

                    • upstreamBuildNumber : String
                      The number of the build to find its downstream build. You can also specify display names. You can use variable expressions.
                  • not
                  • or
                  • parameterized
                    • parameter : String
                      Specify the value passed via the parameter "Build filter for Copy Artifact". E.g. You specified "Build filter for Copy Artifact" as PARAM, specify ${PARAM} here.
                  • parameters
                    • paramsToMatch : String

                      Jobs may be filtered to select only builds matching particular parameters or other build variables. Use PARAM=VALUE,... to list the parameter filter; this is the same syntax as described for multiconfiguration jobs in Project name except with parameters instead of axis values. For example, FOO=bar,BAZ=true examines only builds that ran with parameter FOO set to bar and the checkbox for BAZ was checked.

                  • saved
                • parameterized
                  • parameter : String
                    Specify the value passed via the parameter "Build filter for Copy Artifact". E.g. You specified "Build filter for Copy Artifact" as PARAM, specify ${PARAM} here.
                • parameters
                  • paramsToMatch : String

                    Jobs may be filtered to select only builds matching particular parameters or other build variables. Use PARAM=VALUE,... to list the parameter filter; this is the same syntax as described for multiconfiguration jobs in Project name except with parameters instead of axis values. For example, FOO=bar,BAZ=true examines only builds that ran with parameter FOO set to bar and the checkbox for BAZ was checked.

                • saved
              • or
                • runFilterList
                    Array / List of Nested Choice of Objects
                  • and
                  • displayName
                    • runDisplayName : String
                      Filter the run based on its display name. It accepts the first run that has the display name matching the given parameter. The iteration is done from newest to oldest run.
                  • $class: 'DownstreamRunFilter'
                    • upstreamProjectName : String

                      Copy artifacts from a build that is a downstream of a build of the specified project. You can use variable expressions.

                      Downstream builds are found using fingerprints of files. That is, a build that is triggerd from a build isn't always considered downstream, but you need to fingerprint files used in builds to let Jenkins track them.

                      Note: "Downsteram build of" is applicable only to AbstractProject based projects (both upstream and downstream projects).

                      AbstractProject based projects:
                      Freestyle projects
                      Multi-configuration projects
                      Maven projects
                      Non AbstractProject based projects:
                      Pipeline jobs (aka. Workflow jobs)

                    • upstreamBuildNumber : String
                      The number of the build to find its downstream build. You can also specify display names. You can use variable expressions.
                  • not
                    • runFilter
                        Nested Choice of Objects
                      • and
                      • displayName
                        • runDisplayName : String
                          Filter the run based on its display name. It accepts the first run that has the display name matching the given parameter. The iteration is done from newest to oldest run.
                      • $class: 'DownstreamRunFilter'
                        • upstreamProjectName : String

                          Copy artifacts from a build that is a downstream of a build of the specified project. You can use variable expressions.

                          Downstream builds are found using fingerprints of files. That is, a build that is triggerd from a build isn't always considered downstream, but you need to fingerprint files used in builds to let Jenkins track them.

                          Note: "Downsteram build of" is applicable only to AbstractProject based projects (both upstream and downstream projects).

                          AbstractProject based projects:
                          Freestyle projects
                          Multi-configuration projects
                          Maven projects
                          Non AbstractProject based projects:
                          Pipeline jobs (aka. Workflow jobs)

                        • upstreamBuildNumber : String
                          The number of the build to find its downstream build. You can also specify display names. You can use variable expressions.
                      • not
                      • or
                      • parameterized
                        • parameter : String
                          Specify the value passed via the parameter "Build filter for Copy Artifact". E.g. You specified "Build filter for Copy Artifact" as PARAM, specify ${PARAM} here.
                      • parameters
                        • paramsToMatch : String

                          Jobs may be filtered to select only builds matching particular parameters or other build variables. Use PARAM=VALUE,... to list the parameter filter; this is the same syntax as described for multiconfiguration jobs in Project name except with parameters instead of axis values. For example, FOO=bar,BAZ=true examines only builds that ran with parameter FOO set to bar and the checkbox for BAZ was checked.

                      • saved
                    • or
                    • parameterized
                      • parameter : String
                        Specify the value passed via the parameter "Build filter for Copy Artifact". E.g. You specified "Build filter for Copy Artifact" as PARAM, specify ${PARAM} here.
                    • parameters
                      • paramsToMatch : String

                        Jobs may be filtered to select only builds matching particular parameters or other build variables. Use PARAM=VALUE,... to list the parameter filter; this is the same syntax as described for multiconfiguration jobs in Project name except with parameters instead of axis values. For example, FOO=bar,BAZ=true examines only builds that ran with parameter FOO set to bar and the checkbox for BAZ was checked.

                    • saved
                  • parameterized
                    • parameter : String
                      Specify the value passed via the parameter "Build filter for Copy Artifact". E.g. You specified "Build filter for Copy Artifact" as PARAM, specify ${PARAM} here.
                  • parameters
                    • paramsToMatch : String

                      Jobs may be filtered to select only builds matching particular parameters or other build variables. Use PARAM=VALUE,... to list the parameter filter; this is the same syntax as described for multiconfiguration jobs in Project name except with parameters instead of axis values. For example, FOO=bar,BAZ=true examines only builds that ran with parameter FOO set to bar and the checkbox for BAZ was checked.

                  • saved
                • displayName
                  • runDisplayName : String
                    Filter the run based on its display name. It accepts the first run that has the display name matching the given parameter. The iteration is done from newest to oldest run.
                • $class: 'DownstreamRunFilter'
                  • upstreamProjectName : String

                    Copy artifacts from a build that is a downstream of a build of the specified project. You can use variable expressions.

                    Downstream builds are found using fingerprints of files. That is, a build that is triggerd from a build isn't always considered downstream, but you need to fingerprint files used in builds to let Jenkins track them.

                    Note: "Downsteram build of" is applicable only to AbstractProject based projects (both upstream and downstream projects).

                    AbstractProject based projects:
                    Freestyle projects
                    Multi-configuration projects
                    Maven projects
                    Non AbstractProject based projects:
                    Pipeline jobs (aka. Workflow jobs)

                  • upstreamBuildNumber : String
                    The number of the build to find its downstream build. You can also specify display names. You can use variable expressions.
                • not
                  • runFilter
                      Nested Choice of Objects
                    • and
                      • runFilterList
                          Array / List of Nested Choice of Objects
                        • and
                        • displayName
                          • runDisplayName : String
                            Filter the run based on its display name. It accepts the first run that has the display name matching the given parameter. The iteration is done from newest to oldest run.
                        • $class: 'DownstreamRunFilter'
                          • upstreamProjectName : String

                            Copy artifacts from a build that is a downstream of a build of the specified project. You can use variable expressions.

                            Downstream builds are found using fingerprints of files. That is, a build that is triggerd from a build isn't always considered downstream, but you need to fingerprint files used in builds to let Jenkins track them.

                            Note: "Downsteram build of" is applicable only to AbstractProject based projects (both upstream and downstream projects).

                            AbstractProject based projects:
                            Freestyle projects
                            Multi-configuration projects
                            Maven projects
                            Non AbstractProject based projects:
                            Pipeline jobs (aka. Workflow jobs)

                          • upstreamBuildNumber : String
                            The number of the build to find its downstream build. You can also specify display names. You can use variable expressions.
                        • not
                        • or
                          • runFilterList
                              Array / List of Nested Choice of Objects
                            • and
                            • displayName
                              • runDisplayName : String
                                Filter the run based on its display name. It accepts the first run that has the display name matching the given parameter. The iteration is done from newest to oldest run.
                            • $class: 'DownstreamRunFilter'
                              • upstreamProjectName : String

                                Copy artifacts from a build that is a downstream of a build of the specified project. You can use variable expressions.

                                Downstream builds are found using fingerprints of files. That is, a build that is triggerd from a build isn't always considered downstream, but you need to fingerprint files used in builds to let Jenkins track them.

                                Note: "Downsteram build of" is applicable only to AbstractProject based projects (both upstream and downstream projects).

                                AbstractProject based projects:
                                Freestyle projects
                                Multi-configuration projects
                                Maven projects
                                Non AbstractProject based projects:
                                Pipeline jobs (aka. Workflow jobs)

                              • upstreamBuildNumber : String
                                The number of the build to find its downstream build. You can also specify display names. You can use variable expressions.
                            • not
                            • or
                            • parameterized
                              • parameter : String
                                Specify the value passed via the parameter "Build filter for Copy Artifact". E.g. You specified "Build filter for Copy Artifact" as PARAM, specify ${PARAM} here.
                            • parameters
                              • paramsToMatch : String

                                Jobs may be filtered to select only builds matching particular parameters or other build variables. Use PARAM=VALUE,... to list the parameter filter; this is the same syntax as described for multiconfiguration jobs in Project name except with parameters instead of axis values. For example, FOO=bar,BAZ=true examines only builds that ran with parameter FOO set to bar and the checkbox for BAZ was checked.

                            • saved
                          • parameterized
                            • parameter : String
                              Specify the value passed via the parameter "Build filter for Copy Artifact". E.g. You specified "Build filter for Copy Artifact" as PARAM, specify ${PARAM} here.
                          • parameters
                            • paramsToMatch : String

                              Jobs may be filtered to select only builds matching particular parameters or other build variables. Use PARAM=VALUE,... to list the parameter filter; this is the same syntax as described for multiconfiguration jobs in Project name except with parameters instead of axis values. For example, FOO=bar,BAZ=true examines only builds that ran with parameter FOO set to bar and the checkbox for BAZ was checked.

                          • saved
                        • displayName
                          • runDisplayName : String
                            Filter the run based on its display name. It accepts the first run that has the display name matching the given parameter. The iteration is done from newest to oldest run.
                        • $class: 'DownstreamRunFilter'
                          • upstreamProjectName : String

                            Copy artifacts from a build that is a downstream of a build of the specified project. You can use variable expressions.

                            Downstream builds are found using fingerprints of files. That is, a build that is triggerd from a build isn't always considered downstream, but you need to fingerprint files used in builds to let Jenkins track them.

                            Note: "Downsteram build of" is applicable only to AbstractProject based projects (both upstream and downstream projects).

                            AbstractProject based projects:
                            Freestyle projects
                            Multi-configuration projects
                            Maven projects
                            Non AbstractProject based projects:
                            Pipeline jobs (aka. Workflow jobs)

                          • upstreamBuildNumber : String
                            The number of the build to find its downstream build. You can also specify display names. You can use variable expressions.
                        • not
                        • or
                          • runFilterList
                              Array / List of Nested Choice of Objects
                            • and
                              • runFilterList
                                  Array / List of Nested Choice of Objects
                                • and
                                • displayName
                                  • runDisplayName : String
                                    Filter the run based on its display name. It accepts the first run that has the display name matching the given parameter. The iteration is done from newest to oldest run.
                                • $class: 'DownstreamRunFilter'
                                  • upstreamProjectName : String

                                    Copy artifacts from a build that is a downstream of a build of the specified project. You can use variable expressions.

                                    Downstream builds are found using fingerprints of files. That is, a build that is triggerd from a build isn't always considered downstream, but you need to fingerprint files used in builds to let Jenkins track them.

                                    Note: "Downsteram build of" is applicable only to AbstractProject based projects (both upstream and downstream projects).

                                    AbstractProject based projects:
                                    Freestyle projects
                                    Multi-configuration projects
                                    Maven projects
                                    Non AbstractProject based projects:
                                    Pipeline jobs (aka. Workflow jobs)

                                  • upstreamBuildNumber : String
                                    The number of the build to find its downstream build. You can also specify display names. You can use variable expressions.
                                • not
                                • or
                                • parameterized
                                  • parameter : String
                                    Specify the value passed via the parameter "Build filter for Copy Artifact". E.g. You specified "Build filter for Copy Artifact" as PARAM, specify ${PARAM} here.
                                • parameters
                                  • paramsToMatch : String

                                    Jobs may be filtered to select only builds matching particular parameters or other build variables. Use PARAM=VALUE,... to list the parameter filter; this is the same syntax as described for multiconfiguration jobs in Project name except with parameters instead of axis values. For example, FOO=bar,BAZ=true examines only builds that ran with parameter FOO set to bar and the checkbox for BAZ was checked.

                                • saved
                              • displayName
                                • runDisplayName : String
                                  Filter the run based on its display name. It accepts the first run that has the display name matching the given parameter. The iteration is done from newest to oldest run.
                              • $class: 'DownstreamRunFilter'
                                • upstreamProjectName : String

                                  Copy artifacts from a build that is a downstream of a build of the specified project. You can use variable expressions.

                                  Downstream builds are found using fingerprints of files. That is, a build that is triggerd from a build isn't always considered downstream, but you need to fingerprint files used in builds to let Jenkins track them.

                                  Note: "Downsteram build of" is applicable only to AbstractProject based projects (both upstream and downstream projects).

                                  AbstractProject based projects:
                                  Freestyle projects
                                  Multi-configuration projects
                                  Maven projects
                                  Non AbstractProject based projects:
                                  Pipeline jobs (aka. Workflow jobs)

                                • upstreamBuildNumber : String
                                  The number of the build to find its downstream build. You can also specify display names. You can use variable expressions.
                              • not
                              • or
                              • parameterized
                                • parameter : String
                                  Specify the value passed via the parameter "Build filter for Copy Artifact". E.g. You specified "Build filter for Copy Artifact" as PARAM, specify ${PARAM} here.
                              • parameters
                                • paramsToMatch : String

                                  Jobs may be filtered to select only builds matching particular parameters or other build variables. Use PARAM=VALUE,... to list the parameter filter; this is the same syntax as described for multiconfiguration jobs in Project name except with parameters instead of axis values. For example, FOO=bar,BAZ=true examines only builds that ran with parameter FOO set to bar and the checkbox for BAZ was checked.

                              • saved
                            • parameterized
                              • parameter : String
                                Specify the value passed via the parameter "Build filter for Copy Artifact". E.g. You specified "Build filter for Copy Artifact" as PARAM, specify ${PARAM} here.
                            • parameters
                              • paramsToMatch : String

                                Jobs may be filtered to select only builds matching particular parameters or other build variables. Use PARAM=VALUE,... to list the parameter filter; this is the same syntax as described for multiconfiguration jobs in Project name except with parameters instead of axis values. For example, FOO=bar,BAZ=true examines only builds that ran with parameter FOO set to bar and the checkbox for BAZ was checked.

                            • saved
                          • or
                            • runFilterList
                                Array / List of Nested Choice of Objects
                              • and
                                • runFilterList
                                    Array / List of Nested Choice of Objects
                                  • and
                                  • displayName
                                    • runDisplayName : String
                                      Filter the run based on its display name. It accepts the first run that has the display name matching the given parameter. The iteration is done from newest to oldest run.
                                  • $class: 'DownstreamRunFilter'
                                    • upstreamProjectName : String

                                      Copy artifacts from a build that is a downstream of a build of the specified project. You can use variable expressions.

                                      Downstream builds are found using fingerprints of files. That is, a build that is triggerd from a build isn't always considered downstream, but you need to fingerprint files used in builds to let Jenkins track them.

                                      Note: "Downsteram build of" is applicable only to AbstractProject based projects (both upstream and downstream projects).

                                      AbstractProject based projects:
                                      Freestyle projects
                                      Multi-configuration projects
                                      Maven projects
                                      Non AbstractProject based projects:
                                      Pipeline jobs (aka. Workflow jobs)

                                    • upstreamBuildNumber : String
                                      The number of the build to find its downstream build. You can also specify display names. You can use variable expressions.
                                  • not
                                    • runFilter
                                        Nested Choice of Objects
                                      • and
                                      • displayName
                                        • runDisplayName : String
                                          Filter the run based on its display name. It accepts the first run that has the display name matching the given parameter. The iteration is done from newest to oldest run.
                                      • $class: 'DownstreamRunFilter'
                                        • upstreamProjectName : String

                                          Copy artifacts from a build that is a downstream of a build of the specified project. You can use variable expressions.

                                          Downstream builds are found using fingerprints of files. That is, a build that is triggerd from a build isn't always considered downstream, but you need to fingerprint files used in builds to let Jenkins track them.

                                          Note: "Downsteram build of" is applicable only to AbstractProject based projects (both upstream and downstream projects).

                                          AbstractProject based projects:
                                          Freestyle projects
                                          Multi-configuration projects
                                          Maven projects
                                          Non AbstractProject based projects:
                                          Pipeline jobs (aka. Workflow jobs)

                                        • upstreamBuildNumber : String
                                          The number of the build to find its downstream build. You can also specify display names. You can use variable expressions.
                                      • not
                                      • or
                                      • parameterized
                                        • parameter : String
                                          Specify the value passed via the parameter "Build filter for Copy Artifact". E.g. You specified "Build filter for Copy Artifact" as PARAM, specify ${PARAM} here.
                                      • parameters
                                        • paramsToMatch : String

                                          Jobs may be filtered to select only builds matching particular parameters or other build variables. Use PARAM=VALUE,... to list the parameter filter; this is the same syntax as described for multiconfiguration jobs in Project name except with parameters instead of axis values. For example, FOO=bar,BAZ=true examines only builds that ran with parameter FOO set to bar and the checkbox for BAZ was checked.

                                      • saved
                                    • or
                                    • parameterized
                                      • parameter : String
                                        Specify the value passed via the parameter "Build filter for Copy Artifact". E.g. You specified "Build filter for Copy Artifact" as PARAM, specify ${PARAM} here.
                                    • parameters
                                      • paramsToMatch : String

                                        Jobs may be filtered to select only builds matching particular parameters or other build variables. Use PARAM=VALUE,... to list the parameter filter; this is the same syntax as described for multiconfiguration jobs in Project name except with parameters instead of axis values. For example, FOO=bar,BAZ=true examines only builds that ran with parameter FOO set to bar and the checkbox for BAZ was checked.

                                    • saved
                                  • displayName
                                    • runDisplayName : String
                                      Filter the run based on its display name. It accepts the first run that has the display name matching the given parameter. The iteration is done from newest to oldest run.
                                  • $class: 'DownstreamRunFilter'
                                    • upstreamProjectName : String

                                      Copy artifacts from a build that is a downstream of a build of the specified project. You can use variable expressions.

                                      Downstream builds are found using fingerprints of files. That is, a build that is triggerd from a build isn't always considered downstream, but you need to fingerprint files used in builds to let Jenkins track them.

                                      Note: "Downsteram build of" is applicable only to AbstractProject based projects (both upstream and downstream projects).

                                      AbstractProject based projects:
                                      Freestyle projects
                                      Multi-configuration projects
                                      Maven projects
                                      Non AbstractProject based projects:
                                      Pipeline jobs (aka. Workflow jobs)

                                    • upstreamBuildNumber : String
                                      The number of the build to find its downstream build. You can also specify display names. You can use variable expressions.
                                  • not
                                    • runFilter
                                        Nested Choice of Objects
                                      • and
                                        • runFilterList
                                            Array / List of Nested Choice of Objects
                                          • and
                                          • displayName
                                            • runDisplayName : String
                                              Filter the run based on its display name. It accepts the first run that has the display name matching the given parameter. The iteration is done from newest to oldest run.
                                          • $class: 'DownstreamRunFilter'
                                            • upstreamProjectName : String

                                              Copy artifacts from a build that is a downstream of a build of the specified project. You can use variable expressions.

                                              Downstream builds are found using fingerprints of files. That is, a build that is triggerd from a build isn't always considered downstream, but you need to fingerprint files used in builds to let Jenkins track them.

                                              Note: "Downsteram build of" is applicable only to AbstractProject based projects (both upstream and downstream projects).

                                              AbstractProject based projects:
                                              Freestyle projects
                                              Multi-configuration projects
                                              Maven projects
                                              Non AbstractProject based projects:
                                              Pipeline jobs (aka. Workflow jobs)

                                            • upstreamBuildNumber : String
                                              The number of the build to find its downstream build. You can also specify display names. You can use variable expressions.
                                          • not
                                          • or
                                          • parameterized
                                            • parameter : String
                                              Specify the value passed via the parameter "Build filter for Copy Artifact". E.g. You specified "Build filter for Copy Artifact" as PARAM, specify ${PARAM} here.
                                          • parameters
                                            • paramsToMatch : String

                                              Jobs may be filtered to select only builds matching particular parameters or other build variables. Use PARAM=VALUE,... to list the parameter filter; this is the same syntax as described for multiconfiguration jobs in Project name except with parameters instead of axis values. For example, FOO=bar,BAZ=true examines only builds that ran with parameter FOO set to bar and the checkbox for BAZ was checked.

                                          • saved
                                        • displayName
                                          • runDisplayName : String
                                            Filter the run based on its display name. It accepts the first run that has the display name matching the given parameter. The iteration is done from newest to oldest run.
                                        • $class: 'DownstreamRunFilter'
                                          • upstreamProjectName : String

                                            Copy artifacts from a build that is a downstream of a build of the specified project. You can use variable expressions.

                                            Downstream builds are found using fingerprints of files. That is, a build that is triggerd from a build isn't always considered downstream, but you need to fingerprint files used in builds to let Jenkins track them.

                                            Note: "Downsteram build of" is applicable only to AbstractProject based projects (both upstream and downstream projects).

                                            AbstractProject based projects:
                                            Freestyle projects
                                            Multi-configuration projects
                                            Maven projects
                                            Non AbstractProject based projects:
                                            Pipeline jobs (aka. Workflow jobs)

                                          • upstreamBuildNumber : String
                                            The number of the build to find its downstream build. You can also specify display names. You can use variable expressions.
                                        • not
                                        • or
                                        • parameterized
                                          • parameter : String
                                            Specify the value passed via the parameter "Build filter for Copy Artifact". E.g. You specified "Build filter for Copy Artifact" as PARAM, specify ${PARAM} here.
                                        • parameters
                                          • paramsToMatch : String

                                            Jobs may be filtered to select only builds matching particular parameters or other build variables. Use PARAM=VALUE,... to list the parameter filter; this is the same syntax as described for multiconfiguration jobs in Project name except with parameters instead of axis values. For example, FOO=bar,BAZ=true examines only builds that ran with parameter FOO set to bar and the checkbox for BAZ was checked.

                                        • saved
                                      • or
                                      • parameterized
                                        • parameter : String
                                          Specify the value passed via the parameter "Build filter for Copy Artifact". E.g. You specified "Build filter for Copy Artifact" as PARAM, specify ${PARAM} here.
                                      • parameters
                                        • paramsToMatch : String

                                          Jobs may be filtered to select only builds matching particular parameters or other build variables. Use PARAM=VALUE,... to list the parameter filter; this is the same syntax as described for multiconfiguration jobs in Project name except with parameters instead of axis values. For example, FOO=bar,BAZ=true examines only builds that ran with parameter FOO set to bar and the checkbox for BAZ was checked.

                                      • saved
                                    • parameterized
                                      • parameter : String
                                        Specify the value passed via the parameter "Build filter for Copy Artifact". E.g. You specified "Build filter for Copy Artifact" as PARAM, specify ${PARAM} here.
                                    • parameters
                                      • paramsToMatch : String

                                        Jobs may be filtered to select only builds matching particular parameters or other build variables. Use PARAM=VALUE,... to list the parameter filter; this is the same syntax as described for multiconfiguration jobs in Project name except with parameters instead of axis values. For example, FOO=bar,BAZ=true examines only builds that ran with parameter FOO set to bar and the checkbox for BAZ was checked.

                                    • saved
                                    • description : String (optional)

                                  • Was this page helpful?

                                    Please submit your feedback about this page through this quick form.

                                    Alternatively, if you don't wish to complete the quick form, you can simply indicate if you found this page helpful?

                                        


                                    See existing feedback here.