added fix to pipline lable

This commit is contained in:
siddhaantkadu 2023-12-11 21:44:03 +05:30
parent 2552e08a70
commit d4757b6d0e

2
Jenkinsfile vendored
View file

@ -1,5 +1,5 @@
pipeline {
agent { lebal 'MAVEN' }
agent { label 'MAVEN' }
options {
timeout(time: 1, unit: 'HOURS')
}