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

Pipeline step "stash" hangs after plugin upgrade

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Minor Minor
    • None

      Hello,

      After upgrading all plugins to latest version we saw that the stash step suddenly hangs. I am able to recreate it with this simple pipeline:

      node('master') {
          stage('stash') {
              bat "echo hello > test.txt"
              stash includes: 'test.txt', name: 'st'
          }
      }

      The job simply hangs, no output and I cannot find anything in the logs.

      This is what is shown in Console Output:

      Started by user admin
      [Pipeline] node
      Running on Jenkins in C:\Users\peter.walls\jenkins\workspace\teststash
      [Pipeline] {
      [Pipeline] stage
      [Pipeline] { (stash)
      [Pipeline] bat
      [teststash] Running batch script

      C:\Users\peter.walls\jenkins\workspace\teststash>echo hello  1>test.txt
      [Pipeline] stash

       

          [JENKINS-47624] Pipeline step "stash" hangs after plugin upgrade

          Peter Walls created issue -
          Peter Walls made changes -
          Description Original: Hello,

          After upgrading all plugins to latest version we saw that the stash step suddenly hangs. I am able to recreate it with this simple pipeline:
          {quote}node('master') \{
              stage('stash') \{
                  bat "echo hello > test.txt"
                  stash includes: 'test.txt', name: 'st'
              }
          {quote}
          The job simply hangs, no output and I cannot find anything in the logs.

          This is what is shown in Console Output:
          {quote}Started by user admin
          [Pipeline] node
          Running on Jenkins in C:\Users\peter.walls\jenkins\workspace\teststash
          [Pipeline] \{
          [Pipeline] stage
          [Pipeline] \{ (stash)
          [Pipeline] bat
          [teststash] Running batch script

          C:\Users\peter.walls\jenkins\workspace\teststash>echo hello  1>test.txt
          [Pipeline] stash
          {quote}
           
          New: Hello,

          After upgrading all plugins to latest version we saw that the stash step suddenly hangs. I am able to recreate it with this simple pipeline:
          {quote}node('master') \{
               stage('stash') \{
                   bat "echo hello > test.txt"
                   stash includes: 'test.txt', name: 'st'
               }
          }
          {quote}
          The job simply hangs, no output and I cannot find anything in the logs.

          This is what is shown in Console Output:
          {quote}Started by user admin
           [Pipeline] node
           Running on Jenkins in C:\Users\peter.walls\jenkins\workspace\teststash
           [Pipeline] \{
           [Pipeline] stage
           [Pipeline] \{ (stash)
           [Pipeline] bat
           [teststash] Running batch script

          C:\Users\peter.walls\jenkins\workspace\teststash>echo hello  1>test.txt
           [Pipeline] stash
          {quote}
           
          Peter Walls made changes -
          Environment Original: I can recreate the behaviour running Jenkins locally on my laptop. System info reports:
          System Properties
          Name ↓

          Value
          awt.toolkit sun.awt.windows.WToolkit
          executable-war C:\Users\peter.walls\jenkins\jenkins.war
          file.encoding Cp1252
          file.encoding.pkg sun.io
          file.separator \
          java.awt.graphicsenv sun.awt.Win32GraphicsEnvironment
          java.awt.headless true
          java.awt.printerjob sun.awt.windows.WPrinterJob
          java.class.path jenkins.war
          java.class.version 52.0
          java.endorsed.dirs C:\Program Files\Java\jre1.8.0_144\lib\endorsed
          java.ext.dirs C:\Program Files\Java\jre1.8.0_144\lib\ext;C:\Windows\Sun\Java\lib\ext
          java.home C:\Program Files\Java\jre1.8.0_144
          java.io.tmpdir C:\Users\PETER~1.WAL\AppData\Local\Temp\
          java.library.path C:\ProgramData\Oracle\Java\javapath;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Pervasive Software\PSQL\bin\;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\TortoiseSVN\bin;C:\Program Files\PuTTY\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Git\cmd;C:\PROGRA~2\Groovy\GROOVY~1.12\bin;C:\apache-maven-3.5.0\bin;C:\Users\peter.walls\AppData\Local\Microsoft\WindowsApps;C:\Program Files (x86)\GNU Tools ARM Embedded\4.8 2013q4\bin;C:\Program Files (x86)\Groovy\Groovy-2.4.12\bin;C:\Program Files\Java\jdk1.8.0_144\bin;;C:\Program Files\Git\usr\bin;C:\Program Files\Git\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\bin;.
          java.runtime.name Java(TM) SE Runtime Environment
          java.runtime.version 1.8.0_144-b01
          java.specification.name Java Platform API Specification
          java.specification.vendor Oracle Corporation
          java.specification.version 1.8
          java.vendor Oracle Corporation
          java.vendor.url http://java.oracle.com/
          java.vendor.url.bug http://bugreport.sun.com/bugreport/
          java.version 1.8.0_144
          java.vm.info mixed mode
          java.vm.name Java HotSpot(TM) 64-Bit Server VM
          java.vm.specification.name Java Virtual Machine Specification
          java.vm.specification.vendor Oracle Corporation
          java.vm.specification.version 1.8
          java.vm.vendor Oracle Corporation
          java.vm.version 25.144-b01
          JENKINS_HOME C:\Users\peter.walls\jenkins
          jna.loaded true
          jnidispatch.path C:\Users\PETER~1.WAL\AppData\Local\Temp\jna--1818178169\jna1683791092780890759.dll
          line.separator
          mail.smtp.sendpartial true
          mail.smtps.sendpartial true
          os.arch amd64
          os.name Windows 10
          os.version 10.0
          path.separator ;
          sun.arch.data.model 64
          sun.boot.class.path C:\Program Files\Java\jre1.8.0_144\lib\resources.jar;C:\Program Files\Java\jre1.8.0_144\lib\rt.jar;C:\Program Files\Java\jre1.8.0_144\lib\sunrsasign.jar;C:\Program Files\Java\jre1.8.0_144\lib\jsse.jar;C:\Program Files\Java\jre1.8.0_144\lib\jce.jar;C:\Program Files\Java\jre1.8.0_144\lib\charsets.jar;C:\Program Files\Java\jre1.8.0_144\lib\jfr.jar;C:\Program Files\Java\jre1.8.0_144\classes
          sun.boot.library.path C:\Program Files\Java\jre1.8.0_144\bin
          sun.cpu.endian little
          sun.cpu.isalist amd64
          sun.desktop windows
          sun.io.unicode.encoding UnicodeLittle
          sun.java.command jenkins.war
          sun.java.launcher SUN_STANDARD
          sun.jnu.encoding Cp1252
          sun.management.compiler HotSpot 64-Bit Tiered Compilers
          sun.os.patch.level
          sun.stderr.encoding cp850
          sun.stdout.encoding cp850
          svnkit.http.methods Digest,Basic,NTLM,Negotiate
          svnkit.ssh2.persistent false
          user.country US
          user.country.format SE
          user.dir C:\Users\peter.walls\jenkins
          user.home C:\Users\peter.walls
          user.language en
          user.language.format sv
          user.name peter.walls
          user.script
          user.timezone Europe/Berlin
          user.variant
          Environment Variables
          Name ↓

          Value
          =:: ::\
          =C: C:\Users\peter.walls\jenkins
          =ExitCode 00000082
          ALLUSERSPROFILE C:\ProgramData
          APPDATA C:\Users\peter.walls\AppData\Roaming
          CommonProgramFiles C:\Program Files\Common Files
          CommonProgramFiles(x86) C:\Program Files (x86)\Common Files
          CommonProgramW6432 C:\Program Files\Common Files
          COMPUTERNAME SE-MLM-LT-PWAL
          ComSpec C:\Windows\system32\cmd.exe
          GROOVY_HOME C:\PROGRA~2\Groovy\GROOVY~1.12
          HOMEDRIVE C:
          HOMEPATH \Users\peter.walls
          JAVA_HOME C:\Program Files\Java\jdk1.8.0_144
          LOCALAPPDATA C:\Users\peter.walls\AppData\Local
          LOGONSERVER \\CHEWBACCA
          MAVEN_HOME C:\apache-maven-3.5.0
          NUMBER_OF_PROCESSORS 4
          OneDrive C:\Users\peter.walls\OneDrive
          OS Windows_NT
          Path C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Pervasive Software\PSQL\bin\;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\TortoiseSVN\bin;C:\Program Files\PuTTY\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Git\cmd;C:\PROGRA~2\Groovy\GROOVY~1.12\bin;C:\apache-maven-3.5.0\bin;C:\Users\peter.walls\AppData\Local\Microsoft\WindowsApps;C:\Program Files (x86)\GNU Tools ARM Embedded\4.8 2013q4\bin;C:\Program Files (x86)\Groovy\Groovy-2.4.12\bin;C:\Program Files\Java\jdk1.8.0_144\bin;;C:\Program Files\Git\usr\bin;C:\Program Files\Git\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\bin
          PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
          PROCESSOR_ARCHITECTURE AMD64
          PROCESSOR_IDENTIFIER Intel64 Family 6 Model 142 Stepping 9, GenuineIntel
          PROCESSOR_LEVEL 6
          PROCESSOR_REVISION 8e09
          ProgramData C:\ProgramData
          ProgramFiles C:\Program Files
          ProgramFiles(x86) C:\Program Files (x86)
          ProgramW6432 C:\Program Files
          PROMPT $P$G
          PSModulePath C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules
          PUBLIC C:\Users\Public
          SESSIONNAME Console
          SystemDrive C:
          SystemRoot C:\Windows
          TEMP C:\Users\PETER~1.WAL\AppData\Local\Temp
          TMP C:\Users\PETER~1.WAL\AppData\Local\Temp
          USERDNSDOMAIN CONNECTBLUE.LOCAL
          USERDOMAIN CONNECTBLUE
          USERDOMAIN_ROAMINGPROFILE CONNECTBLUE
          USERNAME peter.walls
          USERPROFILE C:\Users\peter.walls
          VS120COMNTOOLS C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\
          windir C:\Windows
          Plugins
          Name ↓

          Version

          Enabled
          ace-editor 1.1 true
          analysis-collector 1.52 true
          analysis-core 1.92 true
          ant 1.7 true
          antisamy-markup-formatter 1.5 true
          apache-httpcomponents-client-4-api 4.5.3-2.0 true
          authentication-tokens 1.3 true
          bouncycastle-api 2.16.2 true
          branch-api 2.0.14 true
          build-timeout 1.19 true
          cloudbees-folder 6.2.1 true
          conditional-buildstep 1.3.6 true
          copyartifact 1.38.1 true
          credentials 2.1.16 true
          credentials-binding 1.13 true
          display-url-api 2.1.0 true
          docker-commons 1.9 true
          docker-workflow 1.13 true
          durable-task 1.15 true
          email-ext 2.60 true
          external-monitor-job 1.7 true
          git 3.6.2 true
          git-client 2.5.0 true
          git-server 1.7 true
          github 1.28.1 true
          github-api 1.89 true
          github-branch-source 2.2.4 true
          gradle 1.28 true
          handlebars 1.1.1 true
          icon-shim 2.0.3 true
          jackson2-api 2.8.7.0 true
          javadoc 1.4 true
          jquery-detached 1.2.1 true
          jsch 0.1.54.1 true
          junit 1.21 true
          ldap 1.17 true
          lockable-resources 2.0-UBLOX-1 true
          mailer 1.20 true
          mapdb-api 1.0.9.0 true
          matrix-auth 2.1 true
          matrix-project 1.12 true
          maven-plugin 3.0 true
          memory-map 2.2.0 (b6c0d) true
          momentjs 1.1.1 true
          nunit 0.21 true
          pam-auth 1.3 true
          parameterized-trigger 2.35.2 true
          pipeline-build-step 2.5.1 true
          pipeline-github-lib 1.0 true
          pipeline-graph-analysis 1.5 true
          pipeline-input-step 2.8 true
          pipeline-milestone-step 1.3.1 true
          pipeline-model-api 1.2.2 true
          pipeline-model-declarative-agent 1.1.1 true
          pipeline-model-definition 1.1.9 true
          pipeline-model-extensions 1.1.9 true
          pipeline-rest-api 2.9 true
          pipeline-stage-step 2.2 true
          pipeline-stage-tags-metadata 1.2.2 true
          pipeline-stage-view 2.9 true
          plain-credentials 1.4 true
          resource-disposer 0.8 true
          run-condition 1.0 true
          scm-api 2.2.3 true
          script-security 1.34 true
          simple-theme-plugin 0.3 true
          ssh-credentials 1.13 true
          ssh-slaves 1.22 true
          structs 1.10 true
          subversion 2.9 true
          test-results-analyzer 0.3.4 true
          timestamper 1.8.8 true
          token-macro 2.3 true
          warnings 4.63 true
          windows-slaves 1.3.1 true
          workflow-aggregator 2.5 true
          workflow-api 2.23 true
          workflow-basic-steps 2.6 true
          workflow-cps 2.41 true
          workflow-cps-global-lib 2.9 true
          workflow-durable-task-step 2.17 true
          workflow-job 2.12.2 true
          workflow-multibranch 2.16 true
          workflow-scm-step 2.6 true
          workflow-step-api 2.13 true
          workflow-support 2.16 true
          ws-cleanup 0.34 true
          New: I can recreate the behaviour running Jenkins locally on my laptop. Jenkins version is 2.73.2

          System info reports:
          System Properties
          Name ↓

          Value
          awt.toolkit sun.awt.windows.WToolkit
          executable-war C:\Users\peter.walls\jenkins\jenkins.war
          file.encoding Cp1252
          file.encoding.pkg sun.io
          file.separator \
          java.awt.graphicsenv sun.awt.Win32GraphicsEnvironment
          java.awt.headless true
          java.awt.printerjob sun.awt.windows.WPrinterJob
          java.class.path jenkins.war
          java.class.version 52.0
          java.endorsed.dirs C:\Program Files\Java\jre1.8.0_144\lib\endorsed
          java.ext.dirs C:\Program Files\Java\jre1.8.0_144\lib\ext;C:\Windows\Sun\Java\lib\ext
          java.home C:\Program Files\Java\jre1.8.0_144
          java.io.tmpdir C:\Users\PETER~1.WAL\AppData\Local\Temp\
          java.library.path C:\ProgramData\Oracle\Java\javapath;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Pervasive Software\PSQL\bin\;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\TortoiseSVN\bin;C:\Program Files\PuTTY\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Git\cmd;C:\PROGRA~2\Groovy\GROOVY~1.12\bin;C:\apache-maven-3.5.0\bin;C:\Users\peter.walls\AppData\Local\Microsoft\WindowsApps;C:\Program Files (x86)\GNU Tools ARM Embedded\4.8 2013q4\bin;C:\Program Files (x86)\Groovy\Groovy-2.4.12\bin;C:\Program Files\Java\jdk1.8.0_144\bin;;C:\Program Files\Git\usr\bin;C:\Program Files\Git\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\bin;.
          java.runtime.name Java(TM) SE Runtime Environment
          java.runtime.version 1.8.0_144-b01
          java.specification.name Java Platform API Specification
          java.specification.vendor Oracle Corporation
          java.specification.version 1.8
          java.vendor Oracle Corporation
          java.vendor.url http://java.oracle.com/
          java.vendor.url.bug http://bugreport.sun.com/bugreport/
          java.version 1.8.0_144
          java.vm.info mixed mode
          java.vm.name Java HotSpot(TM) 64-Bit Server VM
          java.vm.specification.name Java Virtual Machine Specification
          java.vm.specification.vendor Oracle Corporation
          java.vm.specification.version 1.8
          java.vm.vendor Oracle Corporation
          java.vm.version 25.144-b01
          JENKINS_HOME C:\Users\peter.walls\jenkins
          jna.loaded true
          jnidispatch.path C:\Users\PETER~1.WAL\AppData\Local\Temp\jna--1818178169\jna1683791092780890759.dll
          line.separator
          mail.smtp.sendpartial true
          mail.smtps.sendpartial true
          os.arch amd64
          os.name Windows 10
          os.version 10.0
          path.separator ;
          sun.arch.data.model 64
          sun.boot.class.path C:\Program Files\Java\jre1.8.0_144\lib\resources.jar;C:\Program Files\Java\jre1.8.0_144\lib\rt.jar;C:\Program Files\Java\jre1.8.0_144\lib\sunrsasign.jar;C:\Program Files\Java\jre1.8.0_144\lib\jsse.jar;C:\Program Files\Java\jre1.8.0_144\lib\jce.jar;C:\Program Files\Java\jre1.8.0_144\lib\charsets.jar;C:\Program Files\Java\jre1.8.0_144\lib\jfr.jar;C:\Program Files\Java\jre1.8.0_144\classes
          sun.boot.library.path C:\Program Files\Java\jre1.8.0_144\bin
          sun.cpu.endian little
          sun.cpu.isalist amd64
          sun.desktop windows
          sun.io.unicode.encoding UnicodeLittle
          sun.java.command jenkins.war
          sun.java.launcher SUN_STANDARD
          sun.jnu.encoding Cp1252
          sun.management.compiler HotSpot 64-Bit Tiered Compilers
          sun.os.patch.level
          sun.stderr.encoding cp850
          sun.stdout.encoding cp850
          svnkit.http.methods Digest,Basic,NTLM,Negotiate
          svnkit.ssh2.persistent false
          user.country US
          user.country.format SE
          user.dir C:\Users\peter.walls\jenkins
          user.home C:\Users\peter.walls
          user.language en
          user.language.format sv
          user.name peter.walls
          user.script
          user.timezone Europe/Berlin
          user.variant
          Environment Variables
          Name ↓

          Value
          =:: ::\
          =C: C:\Users\peter.walls\jenkins
          =ExitCode 00000082
          ALLUSERSPROFILE C:\ProgramData
          APPDATA C:\Users\peter.walls\AppData\Roaming
          CommonProgramFiles C:\Program Files\Common Files
          CommonProgramFiles(x86) C:\Program Files (x86)\Common Files
          CommonProgramW6432 C:\Program Files\Common Files
          COMPUTERNAME SE-MLM-LT-PWAL
          ComSpec C:\Windows\system32\cmd.exe
          GROOVY_HOME C:\PROGRA~2\Groovy\GROOVY~1.12
          HOMEDRIVE C:
          HOMEPATH \Users\peter.walls
          JAVA_HOME C:\Program Files\Java\jdk1.8.0_144
          LOCALAPPDATA C:\Users\peter.walls\AppData\Local
          LOGONSERVER \\CHEWBACCA
          MAVEN_HOME C:\apache-maven-3.5.0
          NUMBER_OF_PROCESSORS 4
          OneDrive C:\Users\peter.walls\OneDrive
          OS Windows_NT
          Path C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Pervasive Software\PSQL\bin\;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\TortoiseSVN\bin;C:\Program Files\PuTTY\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Git\cmd;C:\PROGRA~2\Groovy\GROOVY~1.12\bin;C:\apache-maven-3.5.0\bin;C:\Users\peter.walls\AppData\Local\Microsoft\WindowsApps;C:\Program Files (x86)\GNU Tools ARM Embedded\4.8 2013q4\bin;C:\Program Files (x86)\Groovy\Groovy-2.4.12\bin;C:\Program Files\Java\jdk1.8.0_144\bin;;C:\Program Files\Git\usr\bin;C:\Program Files\Git\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\bin
          PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
          PROCESSOR_ARCHITECTURE AMD64
          PROCESSOR_IDENTIFIER Intel64 Family 6 Model 142 Stepping 9, GenuineIntel
          PROCESSOR_LEVEL 6
          PROCESSOR_REVISION 8e09
          ProgramData C:\ProgramData
          ProgramFiles C:\Program Files
          ProgramFiles(x86) C:\Program Files (x86)
          ProgramW6432 C:\Program Files
          PROMPT $P$G
          PSModulePath C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules
          PUBLIC C:\Users\Public
          SESSIONNAME Console
          SystemDrive C:
          SystemRoot C:\Windows
          TEMP C:\Users\PETER~1.WAL\AppData\Local\Temp
          TMP C:\Users\PETER~1.WAL\AppData\Local\Temp
          USERDNSDOMAIN CONNECTBLUE.LOCAL
          USERDOMAIN CONNECTBLUE
          USERDOMAIN_ROAMINGPROFILE CONNECTBLUE
          USERNAME peter.walls
          USERPROFILE C:\Users\peter.walls
          VS120COMNTOOLS C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\
          windir C:\Windows
          Plugins
          Name ↓

          Version

          Enabled
          ace-editor 1.1 true
          analysis-collector 1.52 true
          analysis-core 1.92 true
          ant 1.7 true
          antisamy-markup-formatter 1.5 true
          apache-httpcomponents-client-4-api 4.5.3-2.0 true
          authentication-tokens 1.3 true
          bouncycastle-api 2.16.2 true
          branch-api 2.0.14 true
          build-timeout 1.19 true
          cloudbees-folder 6.2.1 true
          conditional-buildstep 1.3.6 true
          copyartifact 1.38.1 true
          credentials 2.1.16 true
          credentials-binding 1.13 true
          display-url-api 2.1.0 true
          docker-commons 1.9 true
          docker-workflow 1.13 true
          durable-task 1.15 true
          email-ext 2.60 true
          external-monitor-job 1.7 true
          git 3.6.2 true
          git-client 2.5.0 true
          git-server 1.7 true
          github 1.28.1 true
          github-api 1.89 true
          github-branch-source 2.2.4 true
          gradle 1.28 true
          handlebars 1.1.1 true
          icon-shim 2.0.3 true
          jackson2-api 2.8.7.0 true
          javadoc 1.4 true
          jquery-detached 1.2.1 true
          jsch 0.1.54.1 true
          junit 1.21 true
          ldap 1.17 true
          lockable-resources 2.0-UBLOX-1 true
          mailer 1.20 true
          mapdb-api 1.0.9.0 true
          matrix-auth 2.1 true
          matrix-project 1.12 true
          maven-plugin 3.0 true
          memory-map 2.2.0 (b6c0d) true
          momentjs 1.1.1 true
          nunit 0.21 true
          pam-auth 1.3 true
          parameterized-trigger 2.35.2 true
          pipeline-build-step 2.5.1 true
          pipeline-github-lib 1.0 true
          pipeline-graph-analysis 1.5 true
          pipeline-input-step 2.8 true
          pipeline-milestone-step 1.3.1 true
          pipeline-model-api 1.2.2 true
          pipeline-model-declarative-agent 1.1.1 true
          pipeline-model-definition 1.1.9 true
          pipeline-model-extensions 1.1.9 true
          pipeline-rest-api 2.9 true
          pipeline-stage-step 2.2 true
          pipeline-stage-tags-metadata 1.2.2 true
          pipeline-stage-view 2.9 true
          plain-credentials 1.4 true
          resource-disposer 0.8 true
          run-condition 1.0 true
          scm-api 2.2.3 true
          script-security 1.34 true
          simple-theme-plugin 0.3 true
          ssh-credentials 1.13 true
          ssh-slaves 1.22 true
          structs 1.10 true
          subversion 2.9 true
          test-results-analyzer 0.3.4 true
          timestamper 1.8.8 true
          token-macro 2.3 true
          warnings 4.63 true
          windows-slaves 1.3.1 true
          workflow-aggregator 2.5 true
          workflow-api 2.23 true
          workflow-basic-steps 2.6 true
          workflow-cps 2.41 true
          workflow-cps-global-lib 2.9 true
          workflow-durable-task-step 2.17 true
          workflow-job 2.12.2 true
          workflow-multibranch 2.16 true
          workflow-scm-step 2.6 true
          workflow-step-api 2.13 true
          workflow-support 2.16 true
          ws-cleanup 0.34 true
          Peter Walls made changes -
          Link New: This issue is duplicated by JENKINS-40912 [ JENKINS-40912 ]
          Peter Walls made changes -
          Resolution New: Duplicate [ 3 ]
          Status Original: Open [ 1 ] New: Closed [ 6 ]

          Sorry for my naivite here, but this issue was resolved as a duplicate of JENKINS-40912... however this is a bug report where the `stash` build step hangs during the build where as the other is a feature request to have the `stash` build step show verbose output on what it's doing. The two don't seem obviously related. Have I missed something?

          Kevin Phillips added a comment - Sorry for my naivite here, but this issue was resolved as a duplicate of JENKINS-40912 ... however this is a bug report where the `stash` build step hangs during the build where as the other is a feature request to have the `stash` build step show verbose output on what it's doing. The two don't seem obviously related. Have I missed something?

          Oh, and btw, I've reproduced this hanging build problem on the latest Jenkins core version (v2.108) so whatever the issue it looks to still be a problem.

          Kevin Phillips added a comment - Oh, and btw, I've reproduced this hanging build problem on the latest Jenkins core version (v2.108) so whatever the issue it looks to still be a problem.

          hmmm - actually in my case this was a red herring. Apparently the include pattern for the `stash` build step is `includes` (plural) not `include` (singular). So rather than throwing an error, Groovy ignored this small typo and assumed that I wasn't providing any pattern for the files to be stashed and it was packaging the entire workspace folder ... which took forever, which is why it looked like it was frozen.

          Perhaps the expectation here was that this defect wasn't actually a defect and the other reporter did something similar... and if the stash plugin had some sort of verbose output showing live what it was doing then perhaps the issue could have be solved quicker... not sure. Either way it's still not obvious how the linked task is a duplicate of this one.

          Kevin Phillips added a comment - hmmm - actually in my case this was a red herring. Apparently the include pattern for the `stash` build step is `includes` (plural) not `include` (singular). So rather than throwing an error, Groovy ignored this small typo and assumed that I wasn't providing any pattern for the files to be stashed and it was packaging the entire workspace folder ... which took forever, which is why it looked like it was frozen. Perhaps the expectation here was that this defect wasn't actually a defect and the other reporter did something similar... and if the stash plugin had some sort of verbose output showing live what it was doing then perhaps the issue could have be solved quicker... not sure. Either way it's still not obvious how the linked task is a duplicate of this one.

            Unassigned Unassigned
            peterwalls974 Peter Walls
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: