ContributionsMost RecentMost LikesSolutionsgetting the tfs BuildNumber when running the ReadyAPI command line on Octopus I am needing to get the tfs BuildNumber to insert into a table within my TestCase setup (using a Groovy step). I am running the Testcase via the command line in my Octopus build. From reading the documentation on my build the tfs build number is a predefined variable of $(Build.BuildNumber). How do I get access to this variable from the build into my Groovy teststep in my testcase? SolvedUI and online documentation for JDBC requests not the same for versio 2.8.0. Is there a bug? I am finding that when I select for a JDBC request the Stored Procedure box that I do not get the results that the documentation is saying that I should get. Am I missing something or is there a bug? When I click the Stored Procedure box the build query button goes away and nothing else is available (I have no Create Query dialog that opens). I have no query even started at the time I click the button so I do not have any output parameters. but the documenation says this: Create a query with a stored procedure To specify a call to a stored procedure in a query, do the following: Enable the Stored Procedure option. Click Create Query. It opens the Create Query dialog. Select the desired procedure and click OK. If the stored procedure includes output parameters, the Create Query dialog will not appear. To call a procedure that includes output parameters, do one of the following: Disable the Stored Procedure option and write an SQL query manually using the SQL syntax. —OR— Create a Groovy Script test step and perform the needed operation via a script. Solved