Skip to content
Snippets Groups Projects
  1. Mar 31, 2025
  2. Mar 28, 2025
  3. Dec 28, 2024
    • Andrew Lyons's avatar
      Switch to full classname for S3Upload · 793d01f7
      Andrew Lyons authored
      The current S3Upload plugin has a namespace collision with the newer
      pipeline-aws-plugin plugin which I wish to use.
      
      To solve this we must use the full class name.
      793d01f7
  4. Dec 02, 2024
  5. Nov 28, 2024
  6. Nov 27, 2024
  7. Nov 25, 2024
  8. Oct 01, 2024
  9. Sep 30, 2024
  10. Aug 26, 2024
  11. Aug 01, 2024
  12. Jul 30, 2024
  13. Jun 07, 2024
    • Eloy Lafuente's avatar
      Add new runPostJobTask function · c060f71a
      Eloy Lafuente authored
      It's a copy of the standard `runTask` function but with a few
      changes to better execute the postjobs job:
      - Git full clone (to avoid having to "un-shallow" the default repo.
      - Simplified to only manage the env variables required by "postjobs".
      - Manage env by adding the git checkout variables (needed by some scripts).
      - Custom artifacts caching between builds (needed by some scripts).
      - Change to 2-space indentation (4 was becoming way too much).
      - Other small changes.
      c060f71a
  14. May 09, 2024
    • Eloy Lafuente's avatar
      Better handling of build details · 94a1c2d5
      Eloy Lafuente authored
      Now we first extract the whole "Job summary" section and all
      its elements from the console log.
      
      And then iterate over all the elements (one on each line)
      to extract the interesting information.
      94a1c2d5
  15. May 04, 2024
  16. Apr 16, 2024
  17. Apr 13, 2024
  18. Apr 12, 2024
  19. Mar 13, 2024
  20. Feb 29, 2024
    • Eloy Lafuente's avatar
      Move to JsonSlurperClassic, we need serializable results · 16423378
      Eloy Lafuente authored
      The current JsonSlurper implementation returns LazyMap objects
      for nested elements, and those are not serializable.
      
      While that's ok standalone, Jenkins pipelines require all the
      variables used to be serializable (to provide pause and resume
      and other stuff).
      
      So, here we are switching to the JsonSlurperClassic alternative
      that doesn't return those LazyMap objects ever.
      
      The alternative to this is to use Jenkins own readJSON utility
      (and it's recommended in a number of places), but that will cause
      us to stop unit testing the code, because we haven't access yet
      to all the Jenkins environment from unit tests. If some day we do
      that... then we'll be able to move to readJSON.
      16423378
    • Eloy Lafuente's avatar
      Merge branch 'add_moodle_config_from_json' into 'main' · babd1889
      Eloy Lafuente authored
      Add method to allow adding moodleConfig settings from JSON
      
      See merge request !57
      babd1889
    • Eloy Lafuente's avatar
      Add method to allow adding moodleConfig settings from JSON · e3ceaeae
      Eloy Lafuente authored
      Covered with tests, we need it to be able to straight pass
      multiple settings to moodle-ci-runner from CI jobs.
      e3ceaeae
  21. Feb 22, 2024
  22. Feb 21, 2024
  23. Jan 31, 2024
    • Eloy Lafuente's avatar
      Increase line coverage by 25% (mainly Task class) · 2665e6a3
      Eloy Lafuente authored
      Still there are lots to do, but now we have the
      Task behaviours defined better. Good for some
      incoming changes, so we verify that everything is BC.
      
      Also, fix test packages and class names and other small
      details here and there.
      
      Note that branch coverage with Jacoco is "crazy" and
      requires to add a lot of combinations that we aren't
      going to cover ever. So, basically, "yellow" lines are
      ok.
      
      Of course, we aren't covering here any script that would
      require a running instance of Jenkins or proceed to mock
      Jenkins stuff like crazy. Some day we, maybe, can advance
      in that direction, but it's not a priority right now.
      2665e6a3
    • Eloy Lafuente's avatar
      Bump various dependencies, most notable: groovy 4.x · 94c13dfe
      Eloy Lafuente authored
      Also, remove various closures that groovy produces
      when compiling and jacoco evaluates later, they are
      not useful for testing/coverage purposes.
      94c13dfe
    • Eloy Lafuente's avatar
      Bump to gradle 8.5 · 300a98e2
      Eloy Lafuente authored
      300a98e2
  24. Jan 26, 2024
  25. Jan 25, 2024
  26. Jan 24, 2024
Loading