Piotr Krzemiński
01/23/2023, 2:06 PMVampire
01/23/2023, 4:34 PMPiotr Krzemiński
01/24/2023, 7:29 AMPiotr Krzemiński
01/24/2023, 9:59 AMVampire
01/24/2023, 5:17 PMactions/cache/restore@v3
and actions/cache/save@v3
.
But I fear the generator will not work with that?
😭Vampire
01/24/2023, 6:06 PMVampire
01/24/2023, 7:42 PMPiotr Krzemiński
01/27/2023, 9:16 AMDamien O'Hara
01/30/2023, 5:38 AMsourceFile
and call toYaml with addConsistencyCheck = false
. example:
val wf = workflow(
name = "test",
on = listOf(Push()),
sourceFile = Path("not-a-real-file")
) {
job("test", runsOn = RunnerType.UbuntuLatest) {
run(command = "echo 'Hello!'")
}
}
val yaml = wf.toYaml(addConsistencyCheck = false)
println(yaml)
Piotr Krzemiński
02/01/2023, 9:39 PMPiotr Krzemiński
02/03/2023, 8:28 AMSlackbot
02/03/2023, 12:46 PMDamien O'Hara
02/05/2023, 8:58 AMsnakeyaml-engine
is replaced by a dedicated YAML builder in the library
module in pursuit of this? happy to fully prototype and test a replacement for the snakeyaml emitterPiotr Krzemiński
02/05/2023, 3:26 PMvladimirsitnikov
02/06/2023, 5:05 AMAlina Dolgikh [JB]
02/09/2023, 1:26 PMDamien O'Hara
02/13/2023, 1:39 PMgithub-workflows-kt
but I am not sure how to tackle the line url: ${{ steps.deployment.outputs.page_url }}
. I don't mind hard coding it in a _customArgument it but I don't see a way to provide the deployment
step id to that deployment step. hard-coding the generated id (e.g. step-4
) seems brittle since the ids are positional. any thoughts on the best approach here?Vampire
02/13/2023, 5:17 PMExternalActionStep
have a function withCustomOutputs()
• Make ExternalActionStep
have a property withCustomOutputs
Piotr Krzemiński
02/14/2023, 8:16 AMNo compatible toolchains found for request specification: {languageVersion=11, vendor=any, implementation=vendor-specific} (auto-detect true, auto-download false).
it seems a bit weird, 11 is still pretty popular - why wouldn't it be available? I'm checking the included software and Java 11 is there 🤔Piotr Krzemiński
02/17/2023, 10:13 AMPiotr Krzemiński
02/21/2023, 2:25 PMPiotr Krzemiński
03/03/2023, 9:26 AMNikky
03/16/2023, 2:26 PMPiotr Krzemiński
03/17/2023, 1:31 PMPiotr Krzemiński
03/23/2023, 6:27 PMLeoColman
03/24/2023, 6:01 PMTech
03/26/2023, 1:54 AMNikky
03/26/2023, 2:00 AMNikky
03/26/2023, 2:02 AMTech
03/26/2023, 2:43 AMTech
03/26/2023, 2:43 AMVampire
03/26/2023, 3:43 AMAdam S
03/26/2023, 9:53 AMTech
03/26/2023, 11:06 AM