Replace UI module with Next.js
This commit is contained in:
parent
8aeff18162
commit
616205fe73
91 changed files with 3570 additions and 722 deletions
7
source/__/Jenkinsfile
vendored
Normal file
7
source/__/Jenkinsfile
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
@Library('jenkins-lib')
|
||||
import FrontendBuild
|
||||
|
||||
FrontendBuild({
|
||||
name = '$(appName)'
|
||||
port = '$(appPort):80'
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue