Branch: refs/heads/jlr Home: https://github.com/jenkinsci/genexus-plugin Commit: 1db601ba3d2ab78671ee3afb1585bb92e5adccc5 https://github.com/jenkinsci/genexus-plugin/commit/1db601ba3d2ab78671ee3afb1585bb92e5adccc5 Author: jlr <j...@genexus.com> Date: 2020-04-21 (Tue, 21 Apr 2020)
Changed paths: A src/main/java/org/jenkinsci/plugins/genexus/builders/CommandBuilder.java M src/main/java/org/jenkinsci/plugins/genexus/builders/GeneXusBuilder.java A src/main/java/org/jenkinsci/plugins/genexus/helpers/MsBuildArgumentListBuilder.java A src/main/java/org/jenkinsci/plugins/genexus/helpers/MsBuildInstallationHelper.java A src/main/java/org/jenkinsci/plugins/genexus/helpers/ToolHelper.java R src/main/java/org/jenkinsci/plugins/genexus/server/GXSMsBuildExe.java R src/main/java/org/jenkinsci/plugins/genexus/server/GXSMsBuildExeArgs.java M src/main/java/org/jenkinsci/plugins/genexus/server/GeneXusServerSCM.java Log Message: ----------- Simplified SCM pipeline compatibility implementation - CommandBuilder allows calling a single command in a simple way - New MsBuildArgumentListBuilder, based on ArgumentListBuilder - GeneXusServerSCM calls MsBuild through CommandBuilder (rather than using MsBuildBuilder), which works both for pipeline and standard projects. - GXSMsBuildExe and GXSMsBuildExeArgs are no longer needed. -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/genexus-plugin/push/refs/heads/jlr/000000-1db601%40github.com.