ContributionsMost RecentMost LikesSolutionsRe: Can we trigger a jenkins job thru ready api Hi Tanya, Thanks for your reply, My question was, if we can trigger a jenkjins job thru ready api not running ready api test thru jenkins Can we trigger a jenkins job thru ready api Hi All, I am trying to automate a process in my present project, i have two questions related to it. 1) can I trigger a Jenkins job using ready api? 2) If the answer to my 1st question is Yes, then this jenkins job does a spark submit and run an etl job on hadoop cluster and presently I do a manual check on job status (accept, running, finished) on hadoop by passing a parameter which I used while triggering the jenkins job, So, my second question is can I make calls to the hadoop cluster to check the job status (as this job takes times around 5 to 10 mins to complete can I make recurring calls until the status changes to finished). NullPointerException and Genereate Report Button Disabled Hi, I am using Ready API (Licenced), I am have following two issues. When i run the project thru testRunner, i see a nullpointerexpcetion thrown at the end (attached screenshot) When i run my project manually, generate rport button is disabled. Note: I am using 2.4.0 version, and i already tried switching to 2.5.0 but it did not resolve the issues and i observed on 2.5.0 my test stesps are taking longer time and sometime it's failing due to timeout. How can i assert columns and data types i am using jdbc step and running describe query to get the table columns and data types, how can i assert the resullts against expected columns and respective data types. adding hours to the present date with groovy Hi Following is my code to add days to the present date, How can i add hours to the present date instead of days def groovyUtils = new com.eviware.soapui.support.GroovyUtils(context) def today = new Date() def laterDate = today + 29 // adding 29 days def dda = laterDate.format("yyyy-MM-dd 17:00:00") log.info dda assert json.expirationDate == dda SolvedRe: Groovy test step result as testSuite level property It did not pass the groovy step result . following is my groovy script and attached is the how i am making it as testSuite custom property. i am doing wrong anywhere? def groovyUtils = new com.eviware.soapui.support.GroovyUtils(context) def today = new Date() def laterDate = today + 2 def dda = laterDate.format("yyyy-MM-dd") log.info dda def result = dda context.testCase.testSuite.project.setPropertyValue("PropertyName", result); Groovy test step result as testSuite level property I want my groovy test step result to be passed in all other test cases and do not want to add this step in all other test cases, can i make it as testSuite level property and pass it in all other test cases?