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 8cefea9 commit 047c4bfCopy full SHA for 047c4bf
Jenkinsfile
@@ -136,6 +136,7 @@ pipeline {
136
}
137
138
steps {
139
+ sh 'docker-compose config'
140
sh 'rm -rf ./test/results/junit/*'
141
sh './scripts/ci/fulltest-cypress'
142
@@ -164,6 +165,7 @@ pipeline {
164
165
166
167
168
169
170
171
@@ -192,6 +194,7 @@ pipeline {
192
194
193
195
196
197
198
199
200
0 commit comments