We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7fe687 commit 33c8678Copy full SHA for 33c8678
Jenkinsfile
@@ -89,6 +89,7 @@ pipeline {
89
stage('Docs') {
90
steps {
91
dir(path: 'docs') {
92
+ sh 'yarn set version berry'
93
sh 'yarn install'
94
sh 'yarn build'
95
}
@@ -143,20 +144,6 @@ pipeline {
143
144
145
junit 'test/results/junit/*'
146
- }
147
148
- stage('Docs') {
149
- when {
150
- not {
151
- equals expected: 'UNSTABLE', actual: currentBuild.result
152
153
154
- steps {
155
- dir(path: 'docs') {
156
- sh 'yarn set version berry'
157
- sh 'yarn install'
158
- sh 'yarn build'
159
160
stage('Mysql') {
161
162
// Bring up a stack
0 commit comments