@Library('jenkins-lib')
import FrontendBuild

FrontendBuild({
    name = '$(appName)'
    port = '$(appPort):80'
})