haha log files
There are currently no pipelines.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.
I replaced the space in the default logfilename with an underscore.
-logfile
lets you change the log filename. You can use strftime
format specifiers too!
-logdir
lets you change the log directory.
Both of these parameters permit absolute paths. Missing directories are created.
latest-log.txt
is ...the latest log file. On Wind'ohs this file gets created FIRST, then copied to the normal log file. On *nix, it's a symlink to the normal log file.
Oh, and the Logfile: lol
print now prints the full path. I think that's more convenient too.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.