Git Product home page Git Product logo

jenkins-pipeline-scripts's People

Contributors

artem-dudarev avatar asvishnyakov avatar facedolls avatar krankenbro avatar olegoo avatar tatarincev avatar vc-ci avatar woland2k avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 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

jenkins-pipeline-scripts's Issues

Establish the CI/CD process for virtocommerce.com site

  • use any commit in https://github.com/VirtoCommerce/vc-content deploy branch as trigger for run CI/CD pipeline
  • The CI process should be the same as we have for vc-default-theme. (gulp build task, sonar validation, prepare temporary env for the latest Storefront and Platform versions with default modules, install only this vc-content theme, run special E2E tests for virtocommerce.com (ask @blazemachine where to get them)
  • The all changes after successfully passing CI pipeline should automatically published on the Azure production environment

Cannot bulid .NET Core 2.2 projects

Problem:
CI cannot build the solution targeting .NET Core 2.2: example branch.

Error:
The current .NET SDK does not support targeting .NET Core 2.2. Either target .NET Core 2.1 or lower, or use a version of the .NET SDK that supports .NET Core 2.2.

Current msbuild version: "Microsoft (R) Build Engine version 15.7.179.6572 for .NET Framework".

Proposed changes:
Install .NET Core SDK 2.2.

SQL Server connection string is wrong or server is unavailable

https://github.com/VirtoCommerce/jenkins-pipeline-scripts/blob/master/src/jobs/scripts/Modules.groovy#L64
VIRTO_CONN_STR_VirtoCommerce=Data Source=http://ci.virtocommerce.com:${sqlPort};Initial Catalog=VirtoCommerce2;Persist Security Info=True;User ID=sa;Password=v!rto_Labs!;MultipleActiveResultSets=True;Connect Timeout=30

http://ci.virtocommerce.com:1433 (34, 35, etc...) is not available. SQL Server Management Studio can't connect to it as well as VirtoCommerce module integration tests.

Regular automatic performance benchmarking

Problem
It is necessary to monitor the performance dynamics for solutions based on VC platform.

Functional requirements

  • See the key performance indicators, such as response time and throughput for the storefront and platform API, obtained during stress tests on specially prepared sample data that are almost entirely consistent with the typical solution built on the VC platform.
    https://github.com/VirtoCommerce/vc-benchmark
  • Do all tests on Azure environments
  • Regular run at scheduled time or depending on event
  • Allow to see benchmark report online with dynamic over time
  • Allow to receive reports by email.

Jenkins scripts does not escape quotes in strings passed to github-release

This function: https://github.com/VirtoCommerce/jenkins-pipeline-scripts/blob/master/src/jobs/scripts/Utilities.groovy#L74 take release notes from .NET Core project and tries to pass it to github-release, but does not escape quotes in this string, so you may get construction like this:
github-release release --user VirtoCommerce --repo vc-storefront-core --tag v3.0.3 --description "[PRE-RELEASE]<br>- Load a user-defined settings from the special section.<br>- Correct display of the "Access Denied" page"
Here we have "[PRE-RELEASE] ... display of the "Access Denied" page".
Look at http://ci.virtocommerce.com/blue/organizations/jenkins/vc-2-org%2Fvc-storefront-core/detail/master/66/pipeline for details.

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.