[infinispan-issues] [JBoss JIRA] (HRJS-56) CI for Node.js client
Tristan Tarrant (JIRA)
issues at jboss.org
Mon Apr 30 03:02:00 EDT 2018
[ https://issues.jboss.org/browse/HRJS-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tristan Tarrant updated HRJS-56:
--------------------------------
Description:
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
}}
was:
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 -DoutputDirectory=#{target} -DrepoUrl=https://repository.jboss.org/nexus/content/groups/public-jboss/ -Dartifact=org.infinispan.server:infinispan-server-build -Dmdep.stripVersion=true
> 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
>
> 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
> }}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the infinispan-issues
mailing list