outsystems-pipeline icon indicating copy to clipboard operation
outsystems-pipeline copied to clipboard

Building an OutSystems pipeline with Jenkins error

Open gaorenguo opened this issue 4 years ago • 0 comments

import java.net.URL //import org.boon.Boon import groovy.json.JsonSlurper

def host = "localhost" def port = 8080

def slurper = new JsonSlurper()

def applications = slurper.parse(new URL("http://${host}:${port}/job/OutSystems/job/FetchLifeTimeData/lastSuccessfulBuild/artifact/applications.json"))

.........

Jenkins_groovy_script_error

gaorenguo avatar Jun 10 '21 09:06 gaorenguo