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 512f510 commit d5a75bbCopy full SHA for d5a75bb
Jenkinsfile
@@ -114,6 +114,8 @@ pipeline {
114
steps {
115
sh 'rm -rf ./test/results/junit/*'
116
sh './scripts/ci/fulltest-cypress'
117
+ // Adding this here as the schema needs to come from a running stack, but this will be used by docs later
118
+ sh 'docker-compose exec -T fullstack curl -s --output /temp-docs/api-schema.json "http://fullstack:81/api/schema"'
119
}
120
post {
121
always {
@@ -198,7 +200,6 @@ pipeline {
198
200
199
201
202
// API Docs:
- sh 'docker-compose exec -T fullstack curl -s --output /temp-docs/api-schema.json "http://fullstack:81/api/schema"'
203
sh 'mkdir -p "docs/.vuepress/dist/api"'
204
sh 'mv docs/api-schema.json docs/.vuepress/dist/api/'
205
0 commit comments