Pass IMAGE_TAG to downstream job to make development actually update

This commit is contained in:
Marco Ceppi 2020-03-10 19:12:21 -04:00
parent 6f43276e41
commit 6f367c415d

View File

@ -131,6 +131,7 @@ spec:
build(
job: '/vapor-xyz/netbox-deploy-dev',
wait: true,
parameters: [string(name: 'IMAGE_TAG', value: "${env.TAG}")]
)
}
}