This commit is contained in:
parent
940bc7f1ff
commit
caf76e4071
|
@ -66,8 +66,7 @@ pipeline {
|
|||
sh 'pnpm install --prefer-offline'
|
||||
}
|
||||
}
|
||||
stages {
|
||||
stage('Unit') {
|
||||
stage('Test: Unit') {
|
||||
when {
|
||||
expression { !PROTECTED_BRANCH }
|
||||
}
|
||||
|
@ -86,7 +85,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
stage('E2E') {
|
||||
stage('Test: E2E') {
|
||||
when {
|
||||
expression { !PROTECTED_BRANCH }
|
||||
}
|
||||
|
@ -137,7 +136,6 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Build') {
|
||||
when {
|
||||
expression { PROTECTED_BRANCH }
|
||||
|
|
Loading…
Reference in New Issue