Skip to content

Commit

Permalink
Rel 11.7 - master (#73)
Browse files Browse the repository at this point in the history
* release 11.7
  • Loading branch information
erz4 authored Sep 29, 2020
1 parent df62a7a commit e22fd49
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 = "v11.6"
CYBERARK_VERSION = "v11.7"
ENV_TIMESTAMP = sh(script: "date +%s", returnStdout: true).trim()
}
stages {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Prior to running pas-orchestrator hosts file should be "updated" [https://github
## Pulling specific version example :
````
git clone -b v11.6 -s https://github.com/cyberark/pas-orchestrator.git
git clone -b v11.7 -s https://github.com/cyberark/pas-orchestrator.git
````
Note : using the -s it saves about 10M of diskspace and doesn’t download the unnecessary stuff.
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: v11.6
version: v11.7

# cpm git repo
- src: https://github.com/cyberark/cpm.git
scm: git
version: v11.6
version: v11.7

# psm git repo
- src: https://github.com/cyberark/psm.git
scm: git
version: v11.6
version: v11.7

0 comments on commit e22fd49

Please sign in to comment.