]
Tristan Tarrant reassigned HRJS-56:
-----------------------------------
Assignee: Galder ZamarreƱo
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
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}}