Editing Jenkins in a multi-tap pipeline

I cannot find a way to edit the configuration of projects with multiple channels. When I switch to the branch level, there is only the "View Configuration" menu item, unlike regular pipeline projects.

I am looking for a way to configure assembly triggers from outside Jenkins. My current workaround (defining a pipeline for each branch) is impractical after initial testing.

+10
source share
2 answers
+2

, , , , , (: ), , , . , "" , , , , .

, , ( " Bitbucket/" " GitHub".)

enter image description here enter image description here


(, master), " ", . , , . Jenkinsfile Jenkinsfile Test-Multibranch-Job master , .

, triggers { gitlab(<config-here>) } Jenkinsfile Gitlab. , , .

enter image description here enter image description here

: Jenkins. 2,92

+2

All Articles