Skip to content

Commit

Permalink
Rel 12.2 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
erz4 authored Jul 25, 2021
1 parent 8b6e93f commit c1e00f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pipeline {
environment {
AWS_REGION = sh(script: 'curl -s http://169.254.169.254/latest/dynamic/instance-identity/document | python3 -c "import json,sys;obj=json.load(sys.stdin);print (obj[\'region\'])"', returnStdout: true).trim()
// shortCommit = sh(script: "git log -n 1 --pretty=format:'%h'", returnStdout: true).trim()
CYBERARK_VERSION = "v12.1"
CYBERARK_VERSION = "v12.2"
ENV_TIMESTAMP = sh(script: "date +%s", returnStdout: true).trim()
}
stages {
Expand Down
6 changes: 3 additions & 3 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
# pvwa git repo
- src: https://github.com/cyberark/pvwa.git
scm: git
version: v12.1
version: v12.2

# cpm git repo
- src: https://github.com/cyberark/cpm.git
scm: git
version: v12.1
version: v12.2

# psm git repo
- src: https://github.com/cyberark/psm.git
scm: git
version: v12.0
version: v12.2

0 comments on commit c1e00f6

Please sign in to comment.