Skip to content
This repository has been archived by the owner on Feb 10, 2021. It is now read-only.

Feat azpipelines #190

Merged
merged 5 commits into from Oct 19, 2019
Merged

Feat azpipelines #190

merged 5 commits into from Oct 19, 2019

Conversation

RossMurr4y
Copy link
Contributor

Incorporated a number of minor changes that allow for Azure Pipelines builds.

Where jenkins builds output properties to context.properties file and read the file regularly, Pipelines allows you to echo comments in such a way as to set a variable that is available in subsequent build steps. Because they aren't immediately available, we also export the variable to be available within the same step.

echo "##vso[task.setvariable variable=myVariableName]myVariableValue"

There is also currently an issue in Jekyll (jekyll/jekyll#7591) when run from Azure Pipelines that prevents the cache dir from creating (subsequently failing the build). I have implemented a minor change here to the creation of the "indir" temp directory to also create the child".jekyll-cache" at the same time, with the intention of reverting this once the issue has been deployed to jekyll proper (looks like its the next release).

@RossMurr4y RossMurr4y added this to In progress in Azure Deployment Support via automation Sep 13, 2019
@roleyfoley roleyfoley merged commit aa78275 into codeontap:master Oct 19, 2019
Azure Deployment Support automation moved this from In progress to Done Oct 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants