test: refs #6695 capture e2e erros and publish
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
9955dc73d7
commit
32dbdbddbb
|
@ -93,14 +93,18 @@ pipeline {
|
||||||
NODE_ENV = ""
|
NODE_ENV = ""
|
||||||
CREDENTIALS = credentials('docker-registry')
|
CREDENTIALS = credentials('docker-registry')
|
||||||
}
|
}
|
||||||
|
stages {
|
||||||
|
stage('Steup') {
|
||||||
|
steps {
|
||||||
script {
|
script {
|
||||||
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}"
|
||||||
cleanDockerE2E()
|
cleanDockerE2E()
|
||||||
|
}
|
||||||
sh 'rm -rf salix'
|
sh 'rm -rf salix'
|
||||||
sh 'git clone https://gitea.verdnatura.es/verdnatura/salix.git'
|
sh 'git clone https://gitea.verdnatura.es/verdnatura/salix.git'
|
||||||
}
|
}
|
||||||
stages {
|
}
|
||||||
stage('Up') {
|
stage('Up') {
|
||||||
parallel{
|
parallel{
|
||||||
stage('Database') {
|
stage('Database') {
|
||||||
|
|
Loading…
Reference in New Issue