-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Jenkins ver. 2.11
All plugins less than a week old (Git Plugin 2.5.0)
Running on Ubuntu 14
Java "IcedTea" 1.7.0_101
Using Google Chrome 50
- given a Jenkins project of type "Pipeline with Parameters"
Assuming project name "my-pipeline" - go to the project Configuration (URI /job/my-pipeline/configure)
- in the Pipeline section,
- given settings Definition is "Pipeline script from SCM", SCM is "Git", sub-section Repositories has a valid Repository URL (I used a local path /tmp/repo to valid git repository), Credentials is correctly set, Branches to Build is value "master", Script Path is Jenkinsfile.groovy
- set input field Repository Browser to value "gitiles"
- enter in the URL input field to https://gerrit.mycompany.com/plugins/gitiles/bigproject
Assuming git project "bigproject", using gitiles on gerrit server.
- click the bottom-left Save button
- Review the project configuration (URI /job/my-pipeline/configure)
BUG: the saved Repository Browser information is not present. It appears it was not saved.
There are no error messages in /var/log/jenkins/jenkins.log.
This bug is similar to fixed bugs JENKINS-22064 JENKINS-22407 JENKINS-22271 .
- is related to
-
JENKINS-44956 SVN repository browsers don't add hyperlink for Pipeline jobs
-
- Resolved
-
- links to
Jenkins 2.52, All plugins up to date
Seeing this behavior on pipeline-from-scm jobs, but standard maven jobs save fine.
In my case, GitLab is my repo browser.
The config files does get updated on disk, but the configuration UI always shows "Auto" and the changelog does not link to GitLab as would be expected.