• Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • pipeline
    • None
    • Workflow master branch (1.10-SNAPSHOT)
      Launched with hpi:run

      This workflow script is generating wrong timing actions (timing action values taken from build/N/workflow/*.xml):

      Step TimingAction value echo logged time
      start=new Date()
      echo "STARTED $start" (1439200972584 -> 10:02:52 GMT) 10:02:31 GMT
      stage 'Checkout'
      start=new Date()
      echo "BEFORE GIT $start" (1439200972621 -> 10:02:52 GMT) 10:02:31 GMT
      git url: 'https://github.com/jenkinsci/workflow-plugin.git' (1439200972634 -> 10:02:52 GMT)
      end=new Date()
      echo "AFTER GIT $end" (1439200972648 -> 10:02:52 GMT) 10:02:52 GMT

      Logged dates and timing action values match when replacing the git step by a sleep step.

          [JENKINS-29875] Wrong timing actions

          Antonio Muñiz created issue -
          Jesse Glick made changes -
          Link New: This issue depends on JENKINS-25879 [ JENKINS-25879 ]
          Antonio Muñiz made changes -
          Assignee Original: Jesse Glick [ jglick ] New: Antonio Muñiz [ amuniz ]
          Antonio Muñiz made changes -
          Status Original: Open [ 1 ] New: In Progress [ 3 ]
          Jesse Glick made changes -
          Resolution New: Duplicate [ 3 ]
          Status Original: In Progress [ 3 ] New: Resolved [ 5 ]
          Jesse Glick made changes -
          Link New: This issue depends on JENKINS-30122 [ JENKINS-30122 ]
          Jesse Glick made changes -
          Link Original: This issue depends on JENKINS-30122 [ JENKINS-30122 ]
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 164952 ] New: JNJira + In-Review [ 197584 ]
          Andrew Bayer made changes -
          Component/s New: pipeline-general [ 21692 ]
          Andrew Bayer made changes -
          Component/s Original: workflow-plugin [ 18820 ]

            amuniz Antonio Muñiz
            amuniz Antonio Muñiz
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: