This commit is contained in:
parent
17bf720220
commit
3cca426eba
|
@ -89,6 +89,9 @@ pipeline {
|
|||
sh 'pnpm install --prefer-offline --prefix=front'
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
stage('Push image') {
|
||||
environment {
|
||||
CREDENTIALS = credentials('docker-registry')
|
||||
|
@ -104,8 +107,6 @@ pipeline {
|
|||
sh 'docker push $IMAGE:$BRANCH_NAME'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Stack') {
|
||||
parallel {
|
||||
stage('Back') {
|
||||
|
|
Loading…
Reference in New Issue