DamonStamper
DamonStamper
You can work around this by navigating to the appropriate workspace. This means that the format is a non-issue. The breaking change is that the workspaces store their state files...
Possibly related to https://github.com/Azure/azure-sdk-for-net/issues/6912?
@marshal777's last commit to github was Jan 11, 2018 (over 1.5 years ago). Is there anybody else able to review this? Looking at https://github.com/jenkinsci/msbuild-plugin/graphs/contributors it looks like this plugin is...
This issue is blocking pull requests https://github.com/PowerShell/Remotely/pull/19 and https://github.com/PowerShell/Remotely/pull/20
You might want to look into using Packer for this as Packer is designed to make templates. Vagrant is supposed to provision instances of templates. Specifically take a look at...
https://github.com/nsidc/vagrant-vsphere/issues/79 references a way to do this. vsphere.data_center_name = 'main'
Sure. Below is a failing definition file. "CapitalName" and "underscore_name" are the source of the errors in this example. ``` apiVersion: v1 kind: Service metadata: name: CapitalName labels: app: CapitalName...