Branch: refs/heads/master
Home: https://github.com/jenkinsci/genexus-plugin
Commit: 1db601ba3d2ab78671ee3afb1585bb92e5adccc5
https://github.com/jenkinsci/genexus-plugin/commit/1db601ba3d2ab78671ee3afb1585bb92e5adccc5
Author: jlr <[email protected]>
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.
Commit: 6e7a065038f7e870d110499e7a5606a649762cf1
https://github.com/jenkinsci/genexus-plugin/commit/6e7a065038f7e870d110499e7a5606a649762cf1
Author: jlr <[email protected]>
Date: 2020-04-22 (Wed, 22 Apr 2020)
Changed paths:
M src/main/java/org/jenkinsci/plugins/genexus/builders/CommandBuilder.java
Log Message:
-----------
Fix comment
Commit: 8e0b6ab0e9bc9a644cc1033ce62634385ca4e6e0
https://github.com/jenkinsci/genexus-plugin/commit/8e0b6ab0e9bc9a644cc1033ce62634385ca4e6e0
Author: José Lamas <[email protected]>
Date: 2020-04-22 (Wed, 22 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:
-----------
Merge pull request #8 from jenkinsci/jlr
Simplified SCM pipeline compatibility implementation
Compare:
https://github.com/jenkinsci/genexus-plugin/compare/6325fa518d5e...8e0b6ab0e9bc
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/genexus-plugin/push/refs/heads/master/6325fa-8e0b6a%40github.com.