diff --git a/Jenkinsfile b/Jenkinsfile index 0036e34..0c6145e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -67,6 +67,7 @@ def checkRetryCountSec = 0 NAPREPROD_TOKEN_VAR = credentials('NAPREPROD_TOKEN_VAR') CNPROD_TOKEN_VAR = credentials('CNPROD_TOKEN_VAR') CNPREPROD_TOKEN_VAR = credentials('CNPREPROD_TOKEN_VAR') + EUPRODSAAS_TOKEN_VAR = credentials('EUPRODSAAS_TOKEN_VAR') FROM_DATE="${params.FROMDATE}" TO_DATE="${params.TODATE}" } @@ -113,17 +114,6 @@ def checkRetryCountSec = 0 } } - stage('Move SLO Configuration File') { - steps { - dir("/opt/workspace/") { - // move slo configuration file - sh''' - mv /opt/workspace/shared_configuration/slo_parameter.yaml /opt/workspace/qm_report/ - ''' - } - } - } - stage('Execute Reporting Script') { steps { dir("/opt/workspace/qm_report/") {