Jenkins Git global timeout change -
one of our jobs runs timeout @ following command:
git checkout -f <commit>
the timeout 10 minutes default. tried execute manually, takes bit more 10 minutes. set 20 minutes in job's configure menu, doesn't work.
advanced checkout behaviours: timeout (in minutes) checkout operation: 20
our git plugin version 2.3.4. read posts downgrade version, can't try option (i'm not allowed), decided set global timeout value.
can tell me how (in jenkins-slave.xml or command line)?
my git plugin version 2.3.5 , below configurations works me.
additional behaviours-->advanced checkout behaviours--> timeout (in minutes) checkout operation: 20
Comments
Post a Comment