Skip to content

Commit 047c4bf

Browse files
committed
CI Debug
1 parent 8cefea9 commit 047c4bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Jenkinsfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ pipeline {
136136
}
137137
}
138138
steps {
139+
sh 'docker-compose config'
139140
sh 'rm -rf ./test/results/junit/*'
140141
sh './scripts/ci/fulltest-cypress'
141142
}
@@ -164,6 +165,7 @@ pipeline {
164165
}
165166
}
166167
steps {
168+
sh 'docker-compose config'
167169
sh 'rm -rf ./test/results/junit/*'
168170
sh './scripts/ci/fulltest-cypress'
169171
}
@@ -192,6 +194,7 @@ pipeline {
192194
}
193195
}
194196
steps {
197+
sh 'docker-compose config'
195198
sh 'rm -rf ./test/results/junit/*'
196199
sh './scripts/ci/fulltest-cypress'
197200
}

0 commit comments

Comments
 (0)