correct library
This commit is contained in:
parent
171a61b6c2
commit
9f14913ea3
@ -109,14 +109,14 @@ podTemplate(
|
||||
writeFile(file: workspace + "/start-server.sh", text: factorioScript)
|
||||
sh "chmod +x ${workspace}/start-server.sh"
|
||||
|
||||
functions.buildContainer(
|
||||
declarativeFunctions.buildContainer(
|
||||
repository: repository,
|
||||
imageDest: "${repository}/library/factorio:latest",
|
||||
dockerFile: dockerFile,
|
||||
repoCreds: repositoryCreds,
|
||||
)
|
||||
|
||||
functions.deletePod(
|
||||
declarativeFunctions.functions.deletePod(
|
||||
kubeAuth: "k8s-game-servers-access",
|
||||
kubeURL: "https://k8s.test-chamber-13.lan:8043",
|
||||
namespace: "game-servers",
|
||||
|
Reference in New Issue
Block a user