Skip to content

enonic/xp-tool-enonic-ci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enonic CI/CD

This repository is for building images that can be used in CI/CD pipelines to build, test and deploy your XP apps to a running XP instance.

Documentation

See here for documentation.

Images available

These images contain the Enonic CLI, JDK and other build essentials to build your projects:

  • enonic/enonic-ci:7.12
  • enonic/enonic-ci:7.13
  • enonic/enonic-ci:7.14

Because builds only use the JDK and the CLI it would be redunant to create images for every single release. Every minor version should do.

Building images

Log into DockerHub with docker login and then run ./create_and_push_images.sh.