build: refs #6695 try run front
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
89b0791da3
commit
d635be0e97
|
@ -79,7 +79,10 @@ pipeline {
|
||||||
def packageJson = readJSON file: 'package.json'
|
def packageJson = readJSON file: 'package.json'
|
||||||
env.VERSION = "${packageJson.version}-build${env.BUILD_ID}"
|
env.VERSION = "${packageJson.version}-build${env.BUILD_ID}"
|
||||||
}
|
}
|
||||||
sh 'docker-compose -f docker-compose.e2e.yml up front --build'
|
sh """
|
||||||
|
export VERSION=${env.VERSION}
|
||||||
|
docker-compose -f docker-compose.e2e.yml up front --build
|
||||||
|
"""
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
|
|
Loading…
Reference in New Issue