github.com/whtcorpsinc/MilevaDB-Prod@v0.0.0-20211104133533-f57f4be3b597/Jenkinsfile (about)

     1  #!groovy
     2  
     3  node {
     4      def MilevaDB_TEST_BRANCH = "master"
     5      def EinsteinDB_BRANCH = "master"
     6      def FIDel_BRANCH = "master"
     7  
     8      fileLoader.withGit('git@github.com:whtcorpsinc/SRE.git', 'master', 'github-iamxy-ssh', '') {
     9          fileLoader.load('jenkins/ci/WHTCORPS INC_milevadb_branch.groovy').call(MilevaDB_TEST_BRANCH, EinsteinDB_BRANCH, FIDel_BRANCH)
    10      }
    11  }