I have a Jenkins Multibranch Pipeline build job that is uploading a rather large number of big files to Artifactory, and therefore the upload step is taking longer than the default 5 minute limit defined in the Artifactory Jenkins plugin:
src/main/java/org/jfrog/hudson/ArtifactoryServer.java: private static final int DEFAULT_CONNECTION_TIMEOUT = 300; // 5 Minutes
How can I specify a longer timeout in my Jenkinsfile so my build jobs can get successfully uploaded and stop failing?