Skip to content

Commit

Permalink
Update worksoftcertifyprocessrunner.java
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshmisusmitha committed Nov 11, 2016
1 parent c6830ee commit 7643683
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ public boolean perform(final AbstractBuild<?, ?> build, final Launcher launcher,
// This also shows how you can consult the global configuration of the builder
String command;
System.out.println(useLayout);
/**
* If user did not give layout and recordset if will execute otherwise else will execute.
*/

if (!useLayout) {
command = "Certify.exe /usecertifyconfig+ /useprocessdata+ /stepdelay=0 /Process=\"" + process + "\" /Project=\"" + project + "\" /VerifyObjects=Disabled /outputlocation=\"" + target + "\" /createoutputlocation+ /user=\"" + name + "\" /password=\"" + password + "\"";

Expand Down

0 comments on commit 7643683

Please sign in to comment.