Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
Pipeline: Multibranch 1.3
Jenkins ver. 1.647
Description
It's not possible to enable Trigger builds remotely. The setting will not be persisted even if the option can be set. (The other Build Triggers can be set and are honored)
Attachments
Issue Links
- is duplicated by
-
JENKINS-35310 ComputedFolder shows BuildAuthorizationToken configuration but does not actually support it
-
- Resolved
-
-
JENKINS-37412 Multibranch pipelines not allowing trigger from script
-
- Resolved
-
- relates to
-
JENKINS-30519 Declarative job properties in multibranch
-
- Resolved
-
- links to
BTW an alternate misinterpretation of the checkbox which should not be here is to set a build token on each branch project inside the folder, i.e. to schedule actually project builds rather than indexing. This is not currently possible; one bullet point in
JENKINS-30519proposes a possible implementation, but really BuildAuthorizationToken is a deprecated system that is fundamentally insecure, and probably ultimately better solved by allowing users to create limited-access tokens.