-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins ver. 2.73.2
Started by user
admin
12:42:47 Connecting to https://api.github.com using xxxxxxxxxxxxxxxxxxxxxxxxxxx/****** (Service Account GitHub token)Obtained xxx/xxx/xxx/xxx/BuildFlow.groovy from xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx (git SHA)
BuildFlow.groovy contains declarative pipeline with disabled default checkout.
The problem is multibranch pipeline does not apply changes from this file, for example if i change cron trigger it won`t be save in job configuration however in stack trace you can see that multibranch pipeline obtained required Jenkinsfile. Also if i turn on default checkout or checkout scm or git etc. changes will apply to job.
Can you attach your Jenkinsfile? Thanks.