mirror of
https://github.com/AmigaPorts/docker-amiga-gcc.git
synced 2025-11-21 18:15:05 +00:00
QoL fixes for Jenkins
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -88,7 +88,7 @@ node('master') {
|
||||
def project = readJSON file: "JenkinsEnv.json";
|
||||
|
||||
project.builds.each { v ->
|
||||
branches["Build ${v.DockerRoot}/${v.DockerImage}"] = {
|
||||
branches["Build ${v.DockerRoot}/${v.DockerImage}:${v.DockerTag}"] = {
|
||||
node {
|
||||
buildStep(v.DockerRoot, v.DockerImage, v.DockerTag, v.Dockerfile, v.BuildIfSuccessful)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user