Advertisement
Guest User

Untitled

a guest
Apr 24th, 2018
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Groovy 0.77 KB | None | 0 0
  1.  PelengCI([
  2.     name : "Peleng.Medusa.Common.ChangeHistory",
  3.     repo : [
  4.         url : "ssh://git@192.168.0.16/kpkv2/kpkv2-user/medusa-common-changehistory.git",
  5.         branch : "master"
  6.     ],
  7.     tools : [
  8.         msbuild : [
  9.             properties : [
  10.                 Configuration : "Debug",
  11.                 WarningLevel : 2
  12.             ],
  13.             targets : [ "1", "2", "3"],
  14.             nuget : [
  15.                 restore : true,
  16.                 update : true
  17.             ],
  18.             mstest :[]
  19.         ]
  20.     ],
  21.     reports : [
  22.         destination : "Gorgona/Medusa/medusa-common-changehistory",
  23.         doxygen : [],
  24.         pvs : [],
  25.         cppcheck :[],
  26.     ],
  27.  
  28.     artifacts : [
  29.         nuget : [
  30.             dir : ""
  31.         ]
  32.     ]
  33. ])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement