test: refs #6695 e2e better build front image
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
a4eed47df6
commit
662d679ad1
|
@ -101,8 +101,17 @@ pipeline {
|
|||
env.VERSION = "${packageJson.version}-build${env.BUILD_ID}"
|
||||
cleanDockerE2E()
|
||||
}
|
||||
sh 'rm -rf salix'
|
||||
sh 'git clone https://gitea.verdnatura.es/verdnatura/salix.git'
|
||||
// sh 'rm -rf salix'
|
||||
// sh 'git clone dev https://gitea.verdnatura.es/verdnatura/salix.git'
|
||||
|
||||
def repoFolder = "salix"
|
||||
if (fileExists(repoFolder)) {
|
||||
dir(repoFolder) {
|
||||
sh 'git pull'
|
||||
}
|
||||
} else {
|
||||
sh "git clone dev https://gitea.verdnatura.es/verdnatura/salix.git"
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Up') {
|
||||
|
|
Loading…
Reference in New Issue