Skip to content

Commit

Permalink
ci: remove jenkins references (#1416)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Aug 16, 2023
1 parent 7543de7 commit ad66e1b
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 157 deletions.
3 changes: 0 additions & 3 deletions .ci/.jenkins_rum.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .ci/jobs/apm-agent-rum-mbp.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .ci/jobs/apm-agent-rum.yml

This file was deleted.

66 changes: 0 additions & 66 deletions .ci/jobs/defaults.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .ci/packer_cache.sh

This file was deleted.

54 changes: 0 additions & 54 deletions Jenkinsfile

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Elastic APM Real User Monitoring (RUM) JavaScript agent

[![Build Status in Jenkins](https://apm-ci.elastic.co/buildStatus/icon?job=apm-agent-rum%2Fapm-agent-rum-mbp%2Fmain)](https://apm-ci.elastic.co/job/apm-agent-rum/job/apm-agent-rum-mbp/job/main/)
[![ci](https://github.com/elastic/apm-agent-rum-js/actions/workflows/ci.yml/badge.svg)](https://github.com/elastic/apm-agent-rum-js/actions/workflows/ci.yml)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)
[![codecov](https://codecov.io/gh/elastic/apm-agent-rum-js/branch/main/graph/badge.svg)](https://codecov.io/gh/elastic/apm-agent-rum-js)
[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lernajs.io/)
Expand Down
2 changes: 1 addition & 1 deletion scripts/lint-commits.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -xeo pipefail

# Run if we're not on Jenkins
# Run if we're not on CI
if [[ -z "${CI}" ]]; then
export PATH=$(npm bin):${PATH}
export HOME=$(pwd)
Expand Down

0 comments on commit ad66e1b

Please sign in to comment.