Skip to content
forked from kiegroup/kie-ci

Various scripts for use with our Jenkins

License

Notifications You must be signed in to change notification settings

shubhbapna/kie-ci

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KIE-CI (former kie-jenkins-scripts)

This repository is used to store KIE either provisioned machines ansible configuration and job DSLs for jenkins.

Provisioned Machines ansible configuration

We have different kind of machines:

To test ansible playbooks

Just execute

docker run --name ansible-managed-node --privileged -p 2222:22 -d -it chusiang/ansible-managed-node:centos-7 /usr/sbin/init
ansible-playbook -e ansible_ssh_pass=root -e encrypted_password=root_pass -e rhel_version=7 kie-rhel.yml

About

Various scripts for use with our Jenkins

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Groovy 98.9%
  • Shell 1.1%