Giter Site home page Giter Site logo

sample-jenkinsfile's Introduction

sample-jenkinsfile

-javaagent:C:\Users\anand\.m2\repository\org\jacoco\org.jacoco.agent\0.8.6\org.jacoco.agent-0.8.6-runtime.jar=destfile=G:\Amazon-interview\jacoco-maven-unittestv2\target\jacoco.exec

https://apoorwanand.s3.us-east-1.amazonaws.com/spring-petclinic.zip

https://dzone.com/articles/code-coverage-report-generator-for-java-projects-a https://dzone.com/articles/reporting-code-coverage-using-maven-and-jacoco-plu

https://apoorwanand.s3.amazonaws.com/jacoco-codecoverge-Demo.zip

server.tomcat.threads.max=800

server.tomcat.accept-count=300 server.tomcat.max-connections=10000 #server.tomcat.max-threads=200 server.tomcat.min-spare-threads=300

https://howtodoinjava.com/spring-boot2/embedded-tomcat-configuration/

https://learn.akamai.com/en-us/webhelp/netstorage/netstorage-http-api-developer-guide/GUID-BC01774E-121C-4F64-AC54-D0050FA4983C.html

import numpy as np
import matplotlib.pyplot as plt
import matplotlib.dates as md
import numpy as np
import datetime as dt
import time
li=[[1616870067,0.12],[1616890061,0.16],[1617870061,2.16],[1618870061,5.16]]
xs = [md.date2num(dt.datetime.fromtimestamp(x[0])) for x in li]
ys = [x[1] for x in li]
plt.subplots_adjust(bottom=0.2)
plt.xticks( rotation=25 )
ax=plt.gca()
xfmt = md.DateFormatter('%Y-%m-%d %H:%M:%S')
ax.xaxis.set_major_formatter(xfmt)
plt.plot(xs, ys)

sample-jenkinsfile's People

Contributors

apoorvanand avatar

Watchers

James Cloos avatar  avatar

sample-jenkinsfile's Issues

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.