procyon/Jenkinsfile
Roman Jaroš 8c447a3aa1
Some checks failed
forgejo/Procyon/procyon/pipeline/pr-develop This commit looks good
forgejo/Procyon/procyon/pipeline/head There was a failure building this commit
Update Jenkinsfile gitOwner paramerer
2023-11-18 22:08:39 +01:00

11 lines
199 B
Groovy

@Library('jenkins-lib')
import FrontendBuild
FrontendBuild({
appName = 'procyon'
gitOwner = "procyon"
harborProject = "procyon"
hostPort = 91
appPort = 80
runSonar = true
})