You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by "Jitendra Nath Pandey (JIRA)" <ji...@apache.org> on 2017/11/01 23:11:00 UTC

[jira] [Commented] (RATIS-4) Setup jenkins

    [ https://issues.apache.org/jira/browse/RATIS-4?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16234935#comment-16234935 ] 

Jitendra Nath Pandey commented on RATIS-4:
------------------------------------------

Committed the latest patch to RATIS-4 branch. 

Changed the build script in the nightly to following:
{code}
#!/usr/bin/env bash

set -x

/bin/bash ${WORKSPACE}/sourcedir/dev-support/ci/nightly-build.sh
{code}

And the pre-commit script is changed to following:
{code}
#!/usr/bin/env bash

set -x

/bin/bash ${WORKSPACE}/sourcedir/dev-support/ci/precommit-build.sh
{code}

> Setup jenkins 
> --------------
>
>                 Key: RATIS-4
>                 URL: https://issues.apache.org/jira/browse/RATIS-4
>             Project: Ratis
>          Issue Type: Task
>            Reporter: Enis Soztutar
>            Assignee: Elek, Marton
>            Priority: Major
>         Attachments: RATIS-4-RATIS-4.004.patch, RATIS-4.001.patch, RATIS-4.002.patch, RATIS-4.003.patch
>
>
> Jenkins unit test builds should be set up. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)