DEV;Update mobile view and add Jenkinsfile

This commit is contained in:
Roman Jaroš 2022-07-06 16:19:59 +02:00
parent 01d9d0d4a3
commit 906691bf15
22 changed files with 305 additions and 212 deletions

9
Jenkinsfile vendored Normal file
View file

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