diff --git a/Jenkinsfile b/Jenkinsfile index 51e92b5bf..14dfea9e2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -54,6 +54,11 @@ pipeline { onlyIfSuccessful: true junit testResults: '**/surefire-reports/TEST-*.xml' } + } + stage('deploy') { + steps { + sh ansible + } } } } diff --git a/ansible/hosts b/ansible/hosts new file mode 100644 index 000000000..2ab7e044c --- /dev/null +++ b/ansible/hosts @@ -0,0 +1 @@ +172.31.15.26 \ No newline at end of file