From a6632be411bd589bb51c3580f9b15c446ff4cc00 Mon Sep 17 00:00:00 2001 From: Manvenddra Rawat Date: Mon, 17 Apr 2023 13:30:59 +0530 Subject: [PATCH] Fixed typo with BUILD_TIMEOUT Signed-off-by: Manvenddra Rawat --- Jenkins/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkins/Jenkinsfile b/Jenkins/Jenkinsfile index f81c61f115..032c43a291 100755 --- a/Jenkins/Jenkinsfile +++ b/Jenkins/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { agent { label "${params.BUILD_LABEL_CPU}" } options { timestamps() - timeout( time: "${BUILD_TIMEOUT}", unit: 'HOURS' ) + timeout( time: "${params.BUILD_TIMEOUT}", unit: 'HOURS' ) } environment{ def workspace = pwd()