You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.
bootstrap.min.js has dependency on jquery.min.js. But there is a racing condition that the load of jquery.min.js is not completed before phantomJs starts to process bootstrap.min.js.
Verification:
oc rsh <jenkins-pipeline-pod>
run the BDD test locally gradlew --stacktrace --debug phantomJsTest
Solution:
Download jquery.min.js from the url and store at load. Refer to the local copy.