Tag: Continuous Integration
-
Azure DevOps – The command “gulp build” exited with code 134.
I had a CI/CD pipeline working for a long while now without any issues in Azure DevOps. All of a sudden, my build starts breaking with the following error: The command “gulp build” exited with code 134. GulpBuild: gulp build gulp build[3232]: src\node_contextify.cc:633: Assertion `args[1]->IsString()’ failed. Probably spent a good 2 hours getting to the…
-
Visual Studio Team Services (VSTS) is one geeky goodie
I must admit when I first used it, VSTS can be overwhelming and scary, especially to non-technical people. Here in Australia, Atlassian products are very popular. And I can understand why. The combo of Jira, Bitbucket & Confluence is very good. However, with what VSTS has become now, being an all-inclusive platform that caters for…
-
How to setup Continuous Delivery right within Visual Studio 2017
I noticed the other day a new section on the Publish page in Visual Studio that allows developers to setup Continuous Delivery right within VS 2017: So I gave it a try and was honestly impressed at how easy it was to configure. Follow the screenshots below: Hit OK and wait for it to run.…