We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae5521 commit a502d36Copy full SHA for a502d36
1 file changed
Jenkinsfile
@@ -12,7 +12,7 @@ pipeline {
12
// URL for the Kolibri wheel to include.
13
// FIXME: It would be nice to cache this somehow.
14
// FIXME: Go back to use an official release once that happens on GitHub for 0.16.
15
- KOLIBRI_WHL_URL = 'https://github.com/endlessm/kolibri-explore-plugin/releases/download/v5.8.0/kolibri-0.16.0.dev0+git.20220928203123-py2.py3-none-any.whl'
+ KOLIBRI_WHL_URL = 'https://github.com/learningequality/kolibri/releases/download/v0.16.0-alpha12/kolibri-0.16.0a12-py2.py3-none-any.whl'
16
17
// Both p4a and gradle cache outputs in the home directory.
18
// Point it inside the workspace.
0 commit comments