├── CODEOWNERS ├── Jenkinsfile ├── LICENSE ├── README.md ├── cloud-example └── Jenkinsfile ├── loadtests └── performance-test.js └── setup_k6.sh /CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grafana/k6-example-jenkins/HEAD/CODEOWNERS -------------------------------------------------------------------------------- /Jenkinsfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grafana/k6-example-jenkins/HEAD/Jenkinsfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grafana/k6-example-jenkins/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grafana/k6-example-jenkins/HEAD/README.md -------------------------------------------------------------------------------- /cloud-example/Jenkinsfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grafana/k6-example-jenkins/HEAD/cloud-example/Jenkinsfile -------------------------------------------------------------------------------- /loadtests/performance-test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grafana/k6-example-jenkins/HEAD/loadtests/performance-test.js -------------------------------------------------------------------------------- /setup_k6.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grafana/k6-example-jenkins/HEAD/setup_k6.sh --------------------------------------------------------------------------------