Update 'build-factario-container.jenkins'

This commit is contained in:
Hyatt 2021-05-22 18:56:12 +00:00
parent 822595e9ee
commit 97680fd74d

View File

@ -1,9 +1,9 @@
def label = "jenkins-${UUID.randomUUID().toString()}" def label = "jenkins-${UUID.randomUUID().toString()}"
def repository = "registry.test-chamber-13.lan" def repository = "registry.cluster.test-chamber-13.lan"
def repositoryCreds = "quay-repository-creds" def repositoryCreds = "harbor-repository-creds"
def kanikoImage = "${repository}/nhyatt/kaniko:latest" def kanikoImage = "registry.cluster.test-chamber-13.lan/nhyatt/kaniko:latest"
def imageName = "nhyatt/factorio" def imageName = "factorio/factorio"
def imageTag = "latest" def imageTag = "latest"
def FactorioDownloadURL="https://factorio.com/get-download/stable/headless/linux64" def FactorioDownloadURL="https://factorio.com/get-download/stable/headless/linux64"