We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ec0c76 commit 4c90628Copy full SHA for 4c90628
Jenkinsfile
@@ -141,6 +141,21 @@ pipeline {
141
junit 'test/results-sqlite/junit/*'
142
}
143
144
+ junit 'test/results/junit/*'
145
+ }
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
steps {
0 commit comments