]
Galder Zamarreño updated HRJS-56:
---------------------------------
Fix Version/s: 0.5.0
CI for Node.js client
---------------------
Key: HRJS-56
URL:
https://issues.jboss.org/browse/HRJS-56
Project: Infinispan Javascript client
Issue Type: Enhancement
Reporter: Tristan Tarrant
Assignee: Galder Zamarreño
Fix For: 0.5.0
Create a Jenkinsfile and accompanying task on
ci.infinispan.org so that we can test PRs.
Currently the testsuite requires a server installed in /opt/infinispan-server. It should
instead use the maven dependency plugin to download the server from maven locally:
{{mvn org.apache.maven.plugins:maven-dependency-plugin:3.1.0:copy
-DrepoUrl=https://repository.jboss.org/nexus/content/groups/public-jboss/
-Dartifact=org.infinispan.server:infinispan-server-build:9.3.0.Alpha1:zip
-Dmdep.stripVersion=true}}