-
Bug
-
Resolution: Unresolved
-
Major
-
Jenkins 2.41 , Windows 7
When I run pipeline build process , it hangs for ever .
my pipeline script
node
------------------------------Console -output ----
Running on master in %
\workspace\Pipeline My CR
[Pipeline] {
[Pipeline] stage (Clone SVN Source)
Using the ‘stage’ step without a block argument is deprecated
Entering stage Clone SVN Source
Proceeding
[Pipeline] svn
Updating file:///D:/Jenkins_Framework/Project_Repository/trunk/java at revision '2017-01-17T20:13:28.142 +0700'
At revision 24
No changes for file:///D:/Jenkins_Framework/Project_Repository/trunk/java since the previous build
[Pipeline] stage (Build)
Using the ‘stage’ step without a block argument is deprecated
Entering stage Build
Proceeding
[Pipeline] bat
[Pipeline My CR] Running batch script
.........
Generally a duplicate, but not much to do here unless there is a known way to reproduce from scratch.