From 2bde8be50d3824e672469b59e58e119d61da865f Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Wed, 22 Jun 2022 17:08:41 +0200 Subject: [PATCH] WIP add deploy report input param --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index ea7a287..a1e7b52 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -73,6 +73,9 @@ pipeline { booleanParam(name: 'TRIGGER_CD', defaultValue: true, description: 'Set to false to avoid current deploy') + string(name: 'report', + defaultValue: '', + description: 'The deploy report. Leave blank to pull the build report from Git.') }