| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Instead of copying the compiled files out and then mounting a volume in to ↵ | 2025-07-22 | 1 | -42/+41 | |
| | | | | | run the test, we'll do the entire compile and test sequence within a temporary container. Even though it copied the bin directory to the Jenkins workspace, the docker run command with the volume mount (-v) isn't finding it. | ||||
| * | named container to run the build, and then use docker cp to copy the ↵ | 2025-07-22 | 1 | -27/+22 | |
| | | | | | compiled binary out: attempt7 | ||||
| * | Add diagnostics: attempt6a | 2025-07-22 | 1 | -9/+24 | |
| | | |||||
| * | Add a simple shell command to manually initialize the submodules: attempt6 | 2025-07-22 | 1 | -15/+5 | |
| | | |||||
| * | Jenkins checkout step with the SubmoduleOption enabled: Attempt5 | 2025-07-22 | 1 | -0/+14 | |
| | | |||||
| * | This file defines the environment for the lush application: Attempt4 | 2025-07-22 | 1 | -17/+18 | |
| | | |||||
| * | update the Jenkinsfile to explicitly tell the docker build command which ↵ | 2025-07-22 | 1 | -3/+3 | |
| | | | | | file to use with the -f flag: Attempt3 | ||||
| * | Added Jenkins files for local CI testing | 2025-07-22 | 1 | -0/+64 | |
