diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..0f1cc47 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,9 @@ +#!/usr/bin/env groovy +@Library('cht-jenkins-pipeline@vk/CLHC-220243') _ + +properties([[$class: 'BuildDiscarderProperty', strategy: [$class: 'LogRotator', artifactDaysToKeepStr: '', artifactNumToKeepStr: '', daysToKeepStr: '', numToKeepStr: '15']]]); + +// NODE FOR RUBY2.5.5-RAILS3.2 +node('management-testing') { + stgGemPublish() // Added for Gem build & publish +} \ No newline at end of file