DEV;Update mobile view and add Jenkinsfile
This commit is contained in:
parent
01d9d0d4a3
commit
906691bf15
22 changed files with 305 additions and 212 deletions
9
Jenkinsfile
vendored
Normal file
9
Jenkinsfile
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
@Library('jenkins-lib')
|
||||
import FrontendBuild
|
||||
|
||||
FrontendBuild({
|
||||
name = 'portfolio'
|
||||
port = "92:3000"
|
||||
runSonar = true
|
||||
appType = "nextjs"
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue