Coder Social home page Coder Social logo

builttoroam / pipeline_templates Goto Github PK

View Code? Open in Web Editor NEW
42.0 9.0 15.0 1.48 MB

Templates for use in build and release pipelines

Home Page: https://pipelinetemplates.com/

License: MIT License

Bicep 1.33% C# 76.17% PowerShell 22.12% JavaScript 0.38%
azure-devops ios android windows uwp

pipeline_templates's Introduction

This is a work in progress - the idea is to make it super easy for developers to setup build and release pipelines.... more to come

pipeline_templates's People

Contributors

danieeis avatar nickrandolph avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pipeline_templates's Issues

Release notes for deploy to app center from source code

In some cases the release notes are found with the version control system, therefore, I think it is convenient to allow to parameterize the release notes from this source, since for now they must be in the artifact directory.

Parameter

- name: appcenter_release_notes_source
  type: string
  default: 'artifact'
  values: 
  - artifact
  - source_control

Variables

- name: release_notes_fullpath
${{ if eq(parameters.appcenter_release_notes_source, 'artifact') }}:
  value: '$(Pipeline.Workspace)/${{ parameters.artifact_name }}/${{ parameters.artifact_folder }}/${{ parameters.appcenter_release_notes_file }}'
${{ if eq(parameters.appcenter_release_notes_source, 'source_control') }}:
  value: '$(Build.SourcesDirectory)/${{ parameters.appcenter_release_notes_file }}'

I hope something like this can work 😅

License Restrictions?

Hey, I wanted to reach out and thank you for work on these pipeline templates. I'd like to utilize your templates in some of my pipelines, but couldn't find what license they're under. I found the notification on the website that suggested it is ok to use and modify, but it would be handy if you explicitly licensed the work. If you are really looking to share the templates, I would suggest the MIT license.

Github makes it pretty easy from here:
https://github.com/builttoroam/pipeline_templates/community/license/new?branch=master

https://choosealicense.com/no-permission/

Question - why not custom tasks?

It looks like this is meant to be a reusable library of bicep templates. Just curious, but have you considered writing custom tasks instead of templates? If so, I'd be curious to know why you went with templates over tasks?

This project is really great, so please don't take my question as an implicit "bah! they're doing it wrong!" I just was having a read through your bicep-*.yml files and noticed how much conditional stuff there is, checks and safeguards, etc, and I wondered if you might have an easier time with custom tasks instead.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.