feat(pipelineCall): inject environment variables from configurations
Signed-off-by: 孙振宇 <>
This commit is contained in:
parent
1d374fb5da
commit
dee6917fe5
@ -5,6 +5,7 @@ import com.freeleaps.devops.SourceFetcher
|
|||||||
|
|
||||||
def call(Map configurations) {
|
def call(Map configurations) {
|
||||||
def environmentVars = new EnvironmentVars(this)
|
def environmentVars = new EnvironmentVars(this)
|
||||||
|
environmentVars.injectVars(configurations)
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user