the file /etc/default/jenkins in the debian package has a line with a config value and a comment in the same line:

      JAVA_ARGS="-Djava.awt.headless=true"  # Allow graphs etc. to work even when an X server is present

      this leads to some problems regarding automation and also makes this harder to read. i would prefer to have all comments in seperate lines, for example:

      # Allow graphs etc. to work even when an X server is present
      JAVA_ARGS="-Djava.awt.headless=true"
      

      please consider to change this.

          [JENKINS-39777] comments in /etc/default/jenkins

          less burgess added a comment -

          assigned to you, as the maintainer of the deb package.
          best regards

          less burgess added a comment - assigned to you, as the maintainer of the deb package. best regards

          less, feel free to contribute . PR sent.

          Manuel Recena Soto added a comment - less , feel free to contribute . PR sent.

          Code changed in jenkins
          User: recena
          Path:
          deb/build/debian/jenkins.default
          http://jenkins-ci.org/commit/packaging/269d4c58be502cef5ab1332dc785a023bd3f8d2b
          Log:
          JENKINS-39777 Removed comments inline

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: recena Path: deb/build/debian/jenkins.default http://jenkins-ci.org/commit/packaging/269d4c58be502cef5ab1332dc785a023bd3f8d2b Log: JENKINS-39777 Removed comments inline

          Code changed in jenkins
          User: Sam Van Oort
          Path:
          deb/build/debian/jenkins.default
          http://jenkins-ci.org/commit/packaging/2206ee9f38e995417a918b9bce894df665076919
          Log:
          Merge pull request #86 from recena/JENKINS-39777

          JENKINS-39777 Removed comments inline

          Compare: https://github.com/jenkinsci/packaging/compare/1df9edbb6144...2206ee9f38e9

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Sam Van Oort Path: deb/build/debian/jenkins.default http://jenkins-ci.org/commit/packaging/2206ee9f38e995417a918b9bce894df665076919 Log: Merge pull request #86 from recena/ JENKINS-39777 JENKINS-39777 Removed comments inline Compare: https://github.com/jenkinsci/packaging/compare/1df9edbb6144...2206ee9f38e9

          less burgess added a comment -

          thanks, recena

          less burgess added a comment - thanks, recena

            recena Manuel Recena Soto
            less less burgess
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: