aboutsummaryrefslogtreecommitdiffstats
path: root/Jenkinsfile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Instead of copying the compiled files out and then mounting a volume in to ↵Gravatar Andrew D. France 2025-07-221-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 ↵Gravatar Andrew D. France 2025-07-221-27/+22
| | | | compiled binary out: attempt7
* Add diagnostics: attempt6aGravatar Andrew D. France 2025-07-221-9/+24
|
* Add a simple shell command to manually initialize the submodules: attempt6Gravatar Andrew D. France 2025-07-221-15/+5
|
* Jenkins checkout step with the SubmoduleOption enabled: Attempt5Gravatar Andrew D. France 2025-07-221-0/+14
|
* This file defines the environment for the lush application: Attempt4Gravatar Andrew D. France 2025-07-221-17/+18
|
* update the Jenkinsfile to explicitly tell the docker build command which ↵Gravatar Andrew D. France 2025-07-221-3/+3
| | | | file to use with the -f flag: Attempt3
* Added Jenkins files for local CI testingGravatar Andrew D. France 2025-07-221-0/+64