portfolio/Jenkinsfile
2022-07-06 17:37:42 +02:00

9 lines
150 B
Groovy

@Library('jenkins-lib')
import FrontendBuild
FrontendBuild({
name = 'portfolio'
port = "92:3000"
runSonar = true
appType = "nextjs"
})