Skip to content

Commit

Permalink
update the yamp to create build
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakhi Mundhada authored and Rakhi Mundhada committed Aug 30, 2024
1 parent b29e35b commit 8a5cb42
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions ps_spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ stages:
trigger_phrase: build-collectors
env:
ALPS_SERVICE_NAME: "paws-auth0-collector"
ALPS_SERVICE_VERSION: "1.1.56" #set the value from collector package json
ALPS_SERVICE_VERSION: "1.1.57" #set the value from collector package json
commands:
- source $NVM_DIR/nvm.sh && nvm use 20
- ./build_collector.sh auth0
Expand All @@ -82,7 +82,7 @@ stages:
- ./build_collector.sh carbonblack
env:
ALPS_SERVICE_NAME: "paws-carbonblack-collector"
ALPS_SERVICE_VERSION: "1.0.54" #set the value from collector package json
ALPS_SERVICE_VERSION: "1.0.55" #set the value from collector package json
outputs:
file: ./carbonblack-collector*
packagers:
Expand All @@ -98,7 +98,7 @@ stages:
trigger_phrase: build-collectors
env:
ALPS_SERVICE_NAME: "paws-ciscoamp-collector"
ALPS_SERVICE_VERSION: "1.0.53" #set the value from collector package json
ALPS_SERVICE_VERSION: "1.0.54" #set the value from collector package json
commands:
- source $NVM_DIR/nvm.sh && nvm use 20
- ./build_collector.sh ciscoamp
Expand All @@ -120,7 +120,7 @@ stages:
- ./build_collector.sh ciscoduo
env:
ALPS_SERVICE_NAME: "paws-ciscoduo-collector"
ALPS_SERVICE_VERSION: "1.0.53" #set the value from collector package json
ALPS_SERVICE_VERSION: "1.0.54" #set the value from collector package json
outputs:
file: ./ciscoduo-collector*
packagers:
Expand All @@ -139,7 +139,7 @@ stages:
- ./build_collector.sh ciscomeraki
env:
ALPS_SERVICE_NAME: "paws-ciscomeraki-collector"
ALPS_SERVICE_VERSION: "1.0.2" #set the value from collector package json
ALPS_SERVICE_VERSION: "1.0.3" #set the value from collector package json
outputs:
file: ./ciscomeraki-collector*
packagers:
Expand All @@ -155,7 +155,7 @@ stages:
trigger_phrase: build-collectors
env:
ALPS_SERVICE_NAME: "paws-crowdstrike-collector"
ALPS_SERVICE_VERSION: "1.0.34" #set the value from collector package json
ALPS_SERVICE_VERSION: "1.0.35" #set the value from collector package json
commands:
- source $NVM_DIR/nvm.sh && nvm use 20
- ./build_collector.sh crowdstrike
Expand All @@ -177,7 +177,7 @@ stages:
- ./build_collector.sh googlestackdriver
env:
ALPS_SERVICE_NAME: "paws-googlestackdriver-collector"
ALPS_SERVICE_VERSION: "1.2.13" #set the value from collector package json
ALPS_SERVICE_VERSION: "1.2.14" #set the value from collector package json
outputs:
file: ./googlestackdriver-collector*
packagers:
Expand All @@ -193,7 +193,7 @@ stages:
trigger_phrase: build-collectors
env:
ALPS_SERVICE_NAME: "paws-gsuite-collector"
ALPS_SERVICE_VERSION: "1.2.54" #set the value from collector package json
ALPS_SERVICE_VERSION: "1.2.55" #set the value from collector package json
commands:
- source $NVM_DIR/nvm.sh && nvm use 20
- ./build_collector.sh gsuite
Expand All @@ -215,7 +215,7 @@ stages:
- ./build_collector.sh mimecast
env:
ALPS_SERVICE_NAME: "paws-mimecast-collector"
ALPS_SERVICE_VERSION: "1.0.46" #set the value from collector package json
ALPS_SERVICE_VERSION: "1.0.47" #set the value from collector package json
outputs:
file: ./mimecast-collector*
packagers:
Expand All @@ -231,7 +231,7 @@ stages:
trigger_phrase: build-collectors
env:
ALPS_SERVICE_NAME: "paws-o365-collector"
ALPS_SERVICE_VERSION: "1.2.66" #set the value from collector package json
ALPS_SERVICE_VERSION: "1.2.67" #set the value from collector package json
commands:
- source $NVM_DIR/nvm.sh && nvm use 20
- ./build_collector.sh o365
Expand All @@ -253,7 +253,7 @@ stages:
- ./build_collector.sh okta
env:
ALPS_SERVICE_NAME: "paws-okta-collector"
ALPS_SERVICE_VERSION: "1.2.26" #set the value from collector package json
ALPS_SERVICE_VERSION: "1.2.27" #set the value from collector package json
outputs:
file: ./okta-collector*
packagers:
Expand All @@ -269,7 +269,7 @@ stages:
trigger_phrase: build-collectors
env:
ALPS_SERVICE_NAME: "paws-salesforce-collector"
ALPS_SERVICE_VERSION: "1.1.55" #set the value from collector package json
ALPS_SERVICE_VERSION: "1.1.56" #set the value from collector package json
commands:
- source $NVM_DIR/nvm.sh && nvm use 20
- ./build_collector.sh salesforce
Expand All @@ -291,7 +291,7 @@ stages:
- ./build_collector.sh sentinelone
env:
ALPS_SERVICE_NAME: "paws-sentinelone-collector"
ALPS_SERVICE_VERSION: "1.0.52" #set the value from collector package json
ALPS_SERVICE_VERSION: "1.0.53" #set the value from collector package json
outputs:
file: ./sentinelone-collector*
packagers:
Expand All @@ -307,7 +307,7 @@ stages:
trigger_phrase: build-collectors
env:
ALPS_SERVICE_NAME: "paws-sophos-collector"
ALPS_SERVICE_VERSION: "1.0.52" #set the value from collector package json
ALPS_SERVICE_VERSION: "1.0.53" #set the value from collector package json
commands:
- source $NVM_DIR/nvm.sh && nvm use 20
- ./build_collector.sh sophos
Expand All @@ -329,7 +329,7 @@ stages:
- ./build_collector.sh sophossiem
env:
ALPS_SERVICE_NAME: "paws-sophossiem-collector"
ALPS_SERVICE_VERSION: "1.2.11" #set the value from collector package json
ALPS_SERVICE_VERSION: "1.2.12" #set the value from collector package json
outputs:
file: ./sophossiem-collector*
packagers:
Expand Down

0 comments on commit 8a5cb42

Please sign in to comment.