procyon/Jenkinsfile
Roman Jaroš 885d99c526 Rename project to Prokyon
Change-Id: I3a6881f9f60cfa6cf06bcde23dc024826a97110d
2023-05-25 14:22:06 +02:00

8 lines
125 B
Groovy

@Library('jenkins-lib')
import FrontendBuild
FrontendBuild({
name = 'prokyon'
port = "91:80"
runSonar = true
})