Skip to content

Commit

Permalink
pipeline-migration
Browse files Browse the repository at this point in the history
  • Loading branch information
cbardini committed Oct 13, 2023
1 parent 3f87a95 commit 64cacaf
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Each line is a file pattern followed by one or more owners.

# These owners will be the default owners for everything in the repo.
* @osisoft/product-readiness-guild
* @AVEVA/product-readiness-guild
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Version History

## 1.0.30 / 2023-10-13

- Migrate Pipelines

## 1.0.29 / 2022-08-17

- Automate dependabot approval and automerge
Expand Down
2 changes: 1 addition & 1 deletion KarmaUnitTests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion KarmaUnitTests/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"devDe"1.0.29",
"devDe"1.0.30",
"jasmine-jquery": "^2.1.1",
"jquery": "^3.6.0",
"karma": "^6.3.17",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PI Web API JQuery Sample

**Version:** 1.0.29
**Version:** 1.0.30

[![Build Status](https://dev.azure.com/osieng/engineering/_apis/build/status/product-readiness/PI-System/osisoft.sample-pi_web_api-common_actions-jquery?repoName=osisoft%2Fsample-pi_web_api-common_actions-jquery&branchName=main)](https://dev.azure.com/osieng/engineering/_build/latest?definitionId=2662&repoName=osisoft%2Fsample-pi_web_api-common_actions-jquery&branchName=main)

Expand Down
9 changes: 4 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,20 @@ resources:
repositories:
- repository: OpsGuildAutomationRepo
type: git
name: Engineering/OpsGuild.Automation
name: DevOps/opsguild.automation
ref: refs/heads/main
- repository: templates
type: github
name: osisoft/OSI-Samples
endpoint: osisoft/OSI-Samples
name: AVEVA/AVEVA-Samples
endpoint: AVEVA

variables:
- template: '/miscellaneous/build_templates/variables.yml@templates'
- name: analysisProject
value: PIWebAPI_JQuery

parameters:
- name: pool
default: 00-OSIManaged-Containers
default: DevOps Managed Containers Build
- name: containerDemands
type: object
default: ['Agent.OS -equals Windows_NT']
Expand Down

0 comments on commit 64cacaf

Please sign in to comment.