1

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?

4

1 回答 1

2

这记录在这里:HAP-893

简短的回答是,目前,这对于管道作业是不可能的。

于 2017-03-20T15:36:45.840 回答