outsystems-pipeline
outsystems-pipeline copied to clipboard
Building an OutSystems pipeline with Jenkins error
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"))
.........