@Library("qg/global-jenkinsfile") _

qgDockerPiplineWithDockerSlave {
    buildType = "java"
    systemName = "pipes"
    tier = "backend"
	appType="tools"
	harborGroup = "tools"
	stateful=false
}