Deploying a gradle script from Jenkins using the artifactory plugin -
i'm trying deploy build jenkins using artifactory invocation of gradle plugin , http error 302, going through log looks there's checksum problem cannot skipped:
13:35:41.463 [debug] [org.jfrog.gradle.plugin.artifactory.task.buildinfobasetask] failed checksum deploy of checksum '8d80bb7f1bf2f0457baa3ad7379348c5ecbf2535' statuscode: 302 13:35:41.466 [debug] [org.apache.http.impl.conn.singleclientconnmanager] connection route httproute[{}->http://artifactory.edegem.eu.thmulti.com] .... 13:35:41.470 [debug] [org.apache.http.impl.conn.defaultclientconnectionoperator] connecting 13:35:41.503 [debug] [org.apache.http.impl.conn.defaultclientconnection] receiving response: http/1.1 302 found
any clue?
thanks lot.
302 status code redirects, means artifactory not located @ 'http://artifactory.edegem.eu.thmulti.com' in other location. browser follows redirect new place (that's reason can browse artifactory under url), artifactory networking not. please verify 'real' location of artifactory , point jenkins plugin it.
Comments
Post a Comment