Skip to content

Commit

Permalink
Fixed typo with BUILD_TIMEOUT
Browse files Browse the repository at this point in the history
Signed-off-by: Manvenddra Rawat <quic_manvendd@quicinc.com>
  • Loading branch information
quic-manvendd committed Apr 18, 2023
1 parent 915b134 commit a6632be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit a6632be

Please sign in to comment.