You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tamaya.apache.org by "Philipp Ottlinger (JIRA)" <ji...@apache.org> on 2018/05/17 21:43:00 UTC

[jira] [Updated] (TAMAYA-338) Update to latest jbake 2.6.1

     [ https://issues.apache.org/jira/browse/TAMAYA-338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Philipp Ottlinger updated TAMAYA-338:
-------------------------------------
    Description: 
Update project structure to support using the new version and get rid of the old one.

h2 Jenkins integration

There seems to be jbake rolled out on Jenkins nodes:
{code}
#!/bin/bash -x
echo "Starting to bake our project homepage ...."
#export JBAKE_HOME=/home/jenkins/tools/jbake/latest
#$JBAKE_HOME/bin/jbake -b --reset
./bake-jenkins.sh
echo "DONE"
{code}

Trying to update this as well via INFRA-16539.


  was:
Update project structure to support using the new version and get rid of the old one.



> Update to latest jbake 2.6.1
> ----------------------------
>
>                 Key: TAMAYA-338
>                 URL: https://issues.apache.org/jira/browse/TAMAYA-338
>             Project: Tamaya
>          Issue Type: Task
>          Components: Website
>    Affects Versions: 0.3-incubating
>            Reporter: Philipp Ottlinger
>            Assignee: Philipp Ottlinger
>            Priority: Major
>
> Update project structure to support using the new version and get rid of the old one.
> h2 Jenkins integration
> There seems to be jbake rolled out on Jenkins nodes:
> {code}
> #!/bin/bash -x
> echo "Starting to bake our project homepage ...."
> #export JBAKE_HOME=/home/jenkins/tools/jbake/latest
> #$JBAKE_HOME/bin/jbake -b --reset
> ./bake-jenkins.sh
> echo "DONE"
> {code}
> Trying to update this as well via INFRA-16539.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)