Giter VIP home page Giter VIP logo

pipeline-tasks's People

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

dougsaus rs017991

pipeline-tasks's Issues

Test issue

Hoping this will create an issue on my fork rather than Patrick's base repo.

Weekly Digest (19 September, 2018 - 26 September, 2018)

Here's the Weekly Digest for aegershman/pipeline-tasks:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository aegershman/pipeline-tasks to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Update pipeline task build-yarn to support yarn 1.6 on node 10

In order to leverage the latest and greatest version of node js (10) and yarn (1.6.0) the build-yarn pipeline task should be updated.

yarn install v1.6.0                                                            
(node:11) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
[1/4] Resolving packages...                                                    
success Already up-to-date.                                                    
Done in 1.09s.                                                                 
yarn run v1.6.0                                                                
(node:31) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
$ printf 'put tests here'                                                      
Done in 0.13s.                                                                 
yarn run v1.6.0                                                                
(node:52) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
$ gulp icons build-vendor select2-images build-app application-css home-css browser-warning-css application-images application-docs -p --output-path=../js-assets/
gulp[73]: ../src/node_contextify.cc:631:static void node::contextify::ContextifyScript::New(const v8::FunctionCallbackInfo<v8::Value>&): Assertion `args[1]->IsString()' failed.
Aborted
error Command failed with exit code 134.                                       
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

...

https://hub.docker.com/r/mhart/alpine-node/
Issue was temporarily resolved by updating the task.yml docker tag to '8' instead of 'latest'

Maven Mirror Overly Greedy

Trying to put all of the Maven Mirror/Cache stuff into my pipeline, and I've figured out why I had removed it in the first place:
The maven settings.xml claims that it is a mirror of * (everything), even though it's actually only a mirror of certain repositories. This causes dependencies to fail to load from other repositories, even when they are present in the POM.

<mirrorOf>*</mirrorOf>

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.