Skip to content

Sparrowdo module to generate VSTS yaml build definition header

Notifications You must be signed in to change notification settings

melezhik/sparrowdo-vsts-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sparrowdo::VSTS::YAML::Build

Sparrowdo module to generate VSTS yaml build definition header.

$ cat sparrowfile

module_run "VSTS::YAML::Build", %(
  build-dir => "cicd/build",
  agent-name => "James Bond", # default value is not set
  queue => "build-lane",
  timeout => 10, # build timeout 10 minutes, this is default value
  demands => [ # demands array, optional
    "foo -equals 100",
    "bar -exists",
    "baz" -equals a"
  ]
);


$ sparrowdo --local_mode --no_sudo

Author

Alexey Melezhik

About

Sparrowdo module to generate VSTS yaml build definition header

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Other 100.0%