Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-28511

"Trigger builds remotely" is started but nothing changes

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Critical Critical
    • git-plugin
    • Jenkins ver. 1.596.2
      jdk 1.8
      git plugin 1.17.1
      Atlassian Stash v3.6.0

      closely issue
      Jenkins triggers builds on Git SCM changes, but nothing changed
      https://issues.jenkins-ci.org/browse/JENKINS-17614

      when users merge their commit to master branch the build action is triggered.
      And changes log should be dispalyed
      e.g.
      change logs:
      Merge pull request #number in project_name from feature/name to master — username / detail

        1. upload.JPG
          upload.JPG
          109 kB
        2. upload002.JPG
          upload002.JPG
          30 kB
        3. upload002.JPG
          upload002.JPG
          46 kB

          [JENKINS-28511] "Trigger builds remotely" is started but nothing changes

          Mark Waite added a comment -

          I'm sorry, but your description is not sufficient for me to understand the issue you are seeing. Can you provide step by step instructions to show the problem, along with a description of the behavior you expect?

          Mark Waite added a comment - I'm sorry, but your description is not sufficient for me to understand the issue you are seeing. Can you provide step by step instructions to show the problem, along with a description of the behavior you expect?

          kean Luke added a comment -

          1.In Stash, install the Stash Webhook for Jenkins plugin
          2.add the AuthenticationToken name in Trigger build remotely field
          3.developers merge their code to Stash.
          4.Jenkins detect the commit action via "Trigger build remotely" function and build action is started
          Expect:
          http://jenkins_server/job/git_project/build_seq_number/changes
          show the changes log
          Summary
          Merge pull request #1in project from feature/user/feature to master (details)
          or
          developer's comments (details)

          actually:
          please check my uploaded attachments.

          kean Luke added a comment - 1.In Stash, install the Stash Webhook for Jenkins plugin 2.add the AuthenticationToken name in Trigger build remotely field 3.developers merge their code to Stash. 4.Jenkins detect the commit action via "Trigger build remotely" function and build action is started Expect: http://jenkins_server/job/git_project/build_seq_number/changes show the changes log Summary Merge pull request #1in project from feature/user/feature to master (details) or developer's comments (details) actually: please check my uploaded attachments.

            Unassigned Unassigned
            kean12 kean Luke
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: