Commit Graph

35 Commits

Author SHA1 Message Date
e70519a5e8 one more
All checks were successful
gitea/directors-assistant/pipeline/head This commit looks good
because the linux one has no file extension (:
2023-12-03 22:24:10 -05:00
0c3a486124 jenkinswindows
All checks were successful
gitea/directors-assistant/pipeline/head This commit looks good
2023-12-03 22:21:46 -05:00
f1adf6b500 i forget what cleanWS is supposed to do tbh
Some checks failed
gitea/directors-assistant/pipeline/head There was a failure building this commit
2023-12-03 22:13:38 -05:00
805b0cc476 jenkinsfile update attempt again
Some checks failed
gitea/directors-assistant/pipeline/head There was a failure building this commit
2023-12-03 22:11:15 -05:00
ba68fb79c1 update jenkinsfile
Some checks failed
gitea/directors-assistant/pipeline/head There was a failure building this commit
2023-12-03 22:09:29 -05:00
e06650f30c if your command is a bash script, dotnet gets confused if you try to run it -
Some checks failed
gitea/directors-assistant/pipeline/head There was a failure building this commit
so you'll have to do, for example, {"name":"grab 1 video now", "shell": "bash grab1vidnow.sh"}
but the way I did that, I have to split up and rejoin the spaces... so now when you send it args, i'm adding a space.
old and busted:
{"type": "gray_messages.directorial.execute_command", "command":"grab 1 video now", "args": " https://www.youtube.com/watch?v=OnNyPS2iaLo"}
new hotness:
{"type": "gray_messages.directorial.execute_command", "command":"grab 1 video now", "args": "https://www.youtube.com/watch?v=OnNyPS2iaLo"}
2023-11-28 13:11:11 -05:00
f19684964a dependency versions updated 2023-03-08 17:30:10 -05:00
442be60a49 welcome to net 7 boyos 2023-03-08 13:26:20 -05:00
6a7ddcd45d jenkinsfix?
boy good thing it's in the cloud, makes it a god damn pain in the ass
2022-12-14 18:06:25 -05:00
9c3641f6f9 jenkinsfile fix maybe? 2022-12-14 18:05:13 -05:00
a6caf42a0f archive artifacts fix? 2022-12-14 18:03:39 -05:00
ddb74a7bee fix bugs, fix jenkinsfile, nuget mysteriously now cooperating 2022-12-14 18:02:14 -05:00
e4a4173bd4 bump verison number
i'm getting errors, but maybe jenkins will have better luck?
2022-12-14 17:46:26 -05:00
71f4e3106e update franz version 2022-12-13 16:31:50 -05:00
ca2286126e build for different OSs, in theory 2022-12-06 15:27:17 -05:00
0b54f0d708 why did I have args in my config? 2022-11-30 17:39:58 -05:00
5994439f9e jenkins file, and let franz be owned by the greyn 2022-11-30 16:30:11 -05:00
b82885a3c5 dotnet core 6 2022-11-28 14:14:24 -05:00
263f8ab040 bugfix - argless commands shouldn't crash 2021-12-18 03:37:43 -05:00
146a4e006d upgrade franziage 2021-12-17 06:52:47 -05:00
3915469604 adding a nuget package source doesn't work.
I wish the documentation would stop saying "dotnet restore uses the nuget config", because it doesn't.
2021-12-17 04:32:00 -05:00
c404c8ce4e use updated franz, from artifactory 2021-12-17 04:16:50 -05:00
43bcc27137 more resilient 2021-10-26 07:33:39 -04:00
d9e875ed10 franz frees us from confluent 2021-10-26 03:56:59 -04:00
10806b1524 update for updated telefranz 2021-10-15 11:04:49 -04:00
40e050c334 slightly easier deployment 2021-07-23 06:40:56 -04:00
8228d3b41f no actually 1.0 tho 2021-07-23 05:43:50 -04:00
dd9c471a39 actually done, barring bugs 2021-07-23 05:37:31 -04:00
5454333ac4 pretty sure commands all work
just need checks
2021-07-23 04:18:21 -04:00
5b77672ac7 ostensibly, working
ready for updates from franz, and needs to be tested. But other than that this is where the fun starts
2021-07-23 01:51:40 -04:00
4aa3162f06 puttiing this on hold because suddenly I hate kafka
I should have just said "cool thing, let me just ctrl+f /.Factory\b/, oh. [delete]"
2021-06-19 04:49:08 -04:00
c1c3890211 kafka woooooo 2021-06-09 07:51:25 -04:00
bb1cd7bc10 already starting off more right 2021-06-08 07:10:24 -04:00
c2d527e1a4 initial
why would bin and obj not be in the default gitigonre
2021-06-08 07:02:34 -04:00
89bf6bbd68 Initial commit 2021-06-08 06:58:46 -04:00