Seem like 2.29 change a lot of things and it's not backward compatible at 
all (from 2.26).

After upgarde the following is no more working: 

   - the stage view is gone
   - no console output
   - MSBuild plugin for old project no more working escape arguments errors 
   (I don't use it often and realized it was broken with my 2.26 install, this 
   is why I tried to update to 2.29 in the first place, what an error I did)
   - I have some issue with email-ext too where groovy replacement that 
   used to work no more work

Seem like some pipeline file scripts syntaxe may have change for the stage 
view? the console output seem like a known bug of 2.29 from other posts. 
For MSBuild plugin and old project, this was working just fine for the past 
2 years, now it's broken and I cannot fix it, since it's the 
plugins/Jenkins that does the escape, I guess I will have to change the 
MSBuild task with batch and make the command manually, here's the problems 
trace:

16:41:41 d:\JenkinsWorkspace\Old Packaging\CAD_Packaging>exit 0 
16:41:41 Path To MSBuild.exe: C:\Program Files (x86)\MSBuild\14.0\Bin\
MSBuild.exe
16:41:41 Executing the command cmd.exe /C " "C:\Program Files (x86)\MSBuild\
14.0\Bin\MSBuild.exe" /m /t:Clean 
/p:Configuration=Release;Platform=x64;BuildProjectReferences=false;SolutionDir=%CD%\
 
GatherFiles\GatherFiles.vcxproj " && exit %%ERRORLEVEL%% from d:\
JenkinsWorkspace\Old Packaging\CAD_Packaging
16:41:41 [CAD_Packaging] $ cmd.exe /C " "C:\Program Files (x86)\MSBuild\14.0
\Bin\MSBuild.exe" /m /t:Clean 
/p:Configuration=Release;Platform=x64;BuildProjectReferences=false;SolutionDir=%CD%\
 
GatherFiles\GatherFiles.vcxproj " && exit %%ERRORLEVEL%%
16:41:41 Microsoft (R) Build Engine version 14.0.25420.1
16:41:41 Copyright (C) Microsoft Corporation. All rights reserved.
16:41:41 
16:41:41 MSBUILD : error MSB1008: Only one project can be specified.
16:41:41 Switch: GatherFiles\GatherFiles.vcxproj
16:41:41 
16:41:41 For switch syntax, type "MSBuild /help"
16:41:41 Build step 'Build a Visual Studio project or solution using 
MSBuild' marked build as failure
16:41:42 Skipped archiving because build is not successful

<https://lh3.googleusercontent.com/-fFTLESGRcfQ/WCHimv2JD2I/AAAAAAAAAEo/q1C1ZouRen47UQeVV0IpEY4YLuZZr3PLQCLcB/s1600/MSBuildStep.PNG>

Using that command line from a VisualStudio 2015 console, work just fine as 
before.

If anybody have a clue about all those problems, it would be welcom. Next 
stable release I found I will stick to it for a while, leason learn from, 
within the past few month, a lot of broken release, make me wonder if any 
testiong is performed before release (the new pipeline API I can understand, 
since it's brand new and API change a lot, but the old MSBuild Task is a real 
pain to see those old working part gone into the drain).


Jerome

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/9e21a0d3-e7a2-447c-85fc-21282eb74f46%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to