Announcements
Announcements regarding our community

Clarive version 7.0.13 is already available.
Check the release notes here
Issues
Do you have an issue with ClariveSE? Post it here

Hi Andreu. This feature is available in Clarive since version 7.0.12. Perhaps you want to check this and lots of other new features in kanbans in the newest versions.
Regards

Hi Felipe. I don't really understand exactly what you did.
The steps to add a repo to Clarive (let's suppose it's an empty one):
1.- Create the bare repo dir in the Clarive server:
git init --bare /opt/clarive/repo/my-repo.git
2.- Clone the repo somewhere else to push a first commit
cd /tmp && git clone /opt/clarive/repo/my-repo.git
3.- Commit and push an initial commit
cd /tmp/my-repo && git commit -am'Initial commit --allow-empty' && git push origin master
4.- You can now create the GitRepository CI in Clarive and run the "Create System Tags" service to create the DEV tag (and the rest of environments)
Let me know if it helped.
Regards
Hi Felipe,
Apologies for not replying before. When upgrading from version 6.8.x to 7.x.x you need to get a proper licence, previous one used for 6.8.x version is not valid anymore.
We will be providing an updated licence for your purposes as stated by private e-mails.
Thank you for asking!

Hi Jolu,
The publish plugins in our github are compatible with new versions of Clarive ( ClariveSE). If you want to use in an enterprise previous version, please contact with us in our enterprise support website.
Regards
Bea
Hello,
I am trying to execute a command in a docker container with new docker plugin but it doesn't work.
This is the code that I am trying to execute:
rule: my test
do:
server: cla-default-node-1
use: "Container"
task: "exec"
container_name: "youthful_mclean"
command_parameters: "pwd"
This is the exit:
Launching command: docker exec youthful_mclean pwd
STARTING remote script @localhost: 'docker exec youthful_mclean pwd '
Warning: Permanently added 'localhost' (ECDSA) to the list of known hosts.
Error running command docker exec youthful_mclean pwd
Error in rulebook (run): Error running task * docker_task *: Error: Error running task * Docker Task *: Error running command docker exec youthful_mclean pwd
Can you help me?
Thanks.
Blogs
Blog posts from our members

Clarive SE 7.0.8 has a new exciting feature, a Read-Eval-Print-Loop, also known as a REPL.
The Clarive REPL now supports rulebook code. In fact that’s the only language available in Clarive SE. Clarive EE...
Click here to see the full blog post
Comments & Feedback
Got a question? Ask away!

Hi Carlos,
It's been a while since you asked this question. Sorry for the delay.
The easiest way is using the persintent directory that Clarive is automatically mounting for you in the container in /clarive/.public. Your maven command would look like this in the .clarive.yml file:
do: - image: maven - shell: mvn clean package -f ${project}/${repository}/pom.xml -DskipTests -Dmaven.repo.local=/clarive/.public/.m2Let me know it it helped.
Regards