artifactory

Artifactory has lost track of local artifacts

我是研究僧i 提交于 2019-12-07 14:24:41
问题 I'm using Artifactory OSS 4.1.0 and Java 1.8.0_51. When I try to download one of my local artifacts from the Artifactory web interface, I get this: { "errors" : [ { "status" : 500, "message" : "Could not process download request: Binary provider has no content for 'bab1c4e18f6c5edfb65b2503a388dea2fed0deb8'" } ] } But I found this file in my Artifactory data area: ./files/ba/bab1c4e18f6c5edfb65b2503a388dea2fed0deb8 , and upon further inspection it is the WAR file I tried to download. I've come

Artifactory is missing android dependencies

两盒软妹~` 提交于 2019-12-07 10:15:16
问题 Related to Could not find runtime.jar (android.arch.lifecycle:runtime:1.0.0) Artifactory (https://repo.jfrog.org/) is missing multiple (all?) Android dependencies affecting (at least) Cordova and React Native builds today. Anyone know what the cause could be, or where an issue can be registered? 来源: https://stackoverflow.com/questions/50564337/artifactory-is-missing-android-dependencies

How can I provide SBT credentials to my private Artifactory server from a Windows workstation?

穿精又带淫゛_ 提交于 2019-12-07 08:58:41
问题 I'm using sbt 0.13.13 behind a corporate firewall on a Windows desktop. We have an Artifactory which seems to be working very well for other build-tools, but I also want to get SBT working, however I'm not even able to make sbt 0.13.x boot! When I try to boot SBT I get this error from the launcher: C:\workspace\aggregator2>c:\apps\sbt-0.13.13\sbt-launcher-packaging-0.13.13\bin\sbt Getting org.scala-sbt sbt 0.13.13 ... :: problems summary :: :::: WARNINGS module not found: org.scala-sbt#sbt;0

Jenkins Artifactory plugin - grabbing latest artifacts

邮差的信 提交于 2019-12-07 08:35:33
问题 I am trying to save build artifacts and pull them into new builds via the upload/download spec portion of the Jenkins Artifactory plugin. Is there a way to grab the "latest" build artifacts? I see in the Artifactory file spec docs that there should be a "build" element in the download spec where I can specify "LATEST" but that doesn't work, just says "LATEST" not found. Maybe I am not publishing my builds to Artifactory correctly in the first place? According to this SO question and this

Download artifacts archive from Artifactory

让人想犯罪 __ 提交于 2019-12-06 14:16:31
I'm testing Artifactory 4.2.0 PRO. The really nice feature is the possibility to download an archive of all files produced by the build by executing, something like: curl -XPOST -u admin:password -H "Content-Type: application/json" http://localhost:8081/artifactory/api/archive/buildArtifacts -d ' { "buildName": "Vehicle Routing Problem", "buildNumber": "3", "archiveType": "zip" }' > build.zip However, I'm unable to find if there is a possibility to do the same (download archive) when specifying exact properties using AQL. I have been trying to upload other artifacts with properties exactly the

How to setting up artifactory for use with node.js artifacts?

依然范特西╮ 提交于 2019-12-06 13:27:44
问题 All, Currently all of our services uses different other internal services and their dependency is resolved by directly giving Bitbucket repository path of the services in the build config file (package.json). We want to setup a local artificatory where all the internal modules will be made available and dependencies can be resolved from their than from Bitbucket directly. Can someone give me some pointers how can I do this? What are the various steps involved? I would set up this for

Gradle build is hanging without failure, DefaultFileLockManager acquiring and releasing lock on daemon addresses registry

☆樱花仙子☆ 提交于 2019-12-06 12:32:43
I have several gradle-based projects and on all of them recently I've become unable to execute a ./gradlew clean build. Upon running this, the When I run with the --debug flag, I get stuck on "> Building 7% > :compileJava > Resolving dependencies ':compileClasspath'" and it never moves forward. When I ran with the --debug flag, I got this output regarding the DeafultFileLockManager acquiring and releasing a daemon lock, but this has been unhelpful. Here is the last bit of the gradle debug log that I see. 11:22:57.079 [DEBUG] [org.apache.http.impl.conn.PoolingHttpClientConnectionManager]

Android : resolve external dependencies over Artifactory with Gradle

我与影子孤独终老i 提交于 2019-12-06 12:26:53
问题 So we are currently working on the migration of ant building/publishing scripts for Android projects to the new Android Gradle build system. Our projects generally relies on both internal and third-party libraries. The internal libraries have been published on Artifactory repositories and now I'm struggling to resolve the dependencies over them. buildscript { repositories { maven { url 'http://repo1.maven.org/maven2' } maven{ url 'http://dl.bintray.com/jfrog/jfrog-jars' } } dependencies {

Maven. Repository authentication

爱⌒轻易说出口 提交于 2019-12-06 08:25:18
问题 I tried setup deploy to local repository: -- settings.xml -- <server> <id>myrepo</id> <username>deployer</username> <password>123456</password> </server> -- pom.xml --- <repositories> <repository> <id>myrepo</id> <url>http://myserver.com/artifactory/libs-release-local</url> <releases> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </releases> <snapshots> <enabled>false</enabled> <updatePolicy>always</updatePolicy> </snapshots> </repository> </repositories> when I execute "mvn

How to configure a longer version Number in artifactory

南楼画角 提交于 2019-12-06 07:28:08
问题 The version-numbers for our jars have to be longer them x.x.x. We would rather need x.x.x.x to integrate some old-fashioned self-made mechanism. This is, because we tag our software with x.x.x and as soon as we have a delivery to a customer one specific jar has to be build exactly at this point of time to fit to another backend, which communicates with our program. For that reason this one jar has the version 2.3.4.1, when generated and in next delivery of the same Version it is build and