This commit is contained in:
udaykiran 2023-08-09 15:37:54 +05:30
parent f6f86689fd
commit 9c7bc898c9

View file

@ -1,4 +1,3 @@
pipeline { pipeline {
agent { label 'JDK-17' } agent { label 'JDK-17' }
options { options {
@ -46,4 +45,4 @@ pipeline {
} }
} }
} }