This commit is contained in:
parent
ba49d03647
commit
b43ab0f9c2
|
@ -78,9 +78,11 @@ pipeline {
|
|||
def packageJson = readJSON file: 'package.json'
|
||||
env.VERSION = "${packageJson.version}-build${env.BUILD_ID}"
|
||||
}
|
||||
sh 'quasar build'
|
||||
sh 'docker-compose -f docker-compose.e2e.yml build front'
|
||||
sh 'docker-compose -f docker-compose.e2e.yml up front'
|
||||
// sh 'quasar build'
|
||||
// sh 'docker-compose -f docker-compose.e2e.yml build front'
|
||||
// sh 'docker-compose -f docker-compose.e2e.yml up front'
|
||||
sh 'pnpm i @verdnatura/myt'
|
||||
sh 'npx myt run -t -d'
|
||||
}
|
||||
post {
|
||||
always {
|
||||
|
|
Loading…
Reference in New Issue