On Fri, 2019-02-01 at 09:58 +0000, Apache Jenkins Server wrote:
> [ERROR] Unable to get artifact for Dependency
> {groupId=org.apache.sling,
> artifactId=org.apache.sling.launchpad.test-bundles, version=12-
> SNAPSHOT, type=slingfeature}: Could not find artifact
> org.apache.sling:org.apache.sling.launchpad.test-bundles:txt:12-
> SNAPSHOT
> [ERROR]
> [ERROR] Try downloading the file manually from the project website.
> [ERROR]
> [ERROR] Then, install it using the command:
> [ERROR] mvn install:install-file -DgroupId=org.apache.sling
> -DartifactId=org.apache.sling.launchpad.test-bundles -Dversion=12-
> SNAPSHOT -Dpackaging=slingfeature -Dfile=/path/to/file
> [ERROR]
> [ERROR] Alternatively, if you host your own repository you can deploy
> the file there:
> [ERROR] mvn deploy:deploy-file -DgroupId=org.apache.sling
> -DartifactId=org.apache.sling.launchpad.test-bundles -Dversion=12-
> SNAPSHOT -Dpackaging=slingfeature -Dfile=/path/to/file -Durl=[url]
> -DrepositoryId=[id]
> [ERROR]
> [ERROR]
> [ERROR] org.apache.sling:org.apache.sling.launchpad.test-
> bundles:slingfeature:12-SNAPSHOT
> [ERROR]
> [ERROR] from the specified remote repositories:
> [ERROR] central (https://repo.maven.apache.org/maven2,
> releases=true, snapshots=false)
> [ERROR] -> [Help 1]
> [ERROR]
Looks like that particular slave does not have the apache snapshots
repository configured.
I've filed https://issues.apache.org/jira/browse/INFRA-17796 (and
Jenkins will be quiet until the build is fixed).
Robert