Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Madda committed May 2, 2022
1 parent 760711c commit c40b444
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ cluster network. You can install the package either by using an RPM or by using
#### Installing using an RPM
Run the following command:
```bash
sudo yum install -y http://repository.cloudifysource.org/cloudify/cloudify-cluster-manager/1.0.17/ga-release/cloudify-cluster-manager-1.0.17-ga.el7.x86_64.rpm
sudo yum install -y http://repository.cloudifysource.org/cloudify/cloudify-cluster-manager/1.1.1/ga-release/cloudify-cluster-manager-1.1.1-ga.el7.x86_64.rpm

# Installing haveged to avoid hanging executions
sudo yum install -y epel-release
Expand Down
2 changes: 1 addition & 1 deletion jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pipeline {
environment {
BRANCH = "${env.BRANCH_NAME}"
PROJECT = "cloudify-cluster-manager"
VERSION=getClusterManagerVersion("${env.BRANCH_NAME}").trim()
VERSION="1.1.1"
PRERELEASE = ".dev1"
S3_BUILD_PATH = "${env.PROJECT}/${env.VERSION}/${env.PRERELEASE}-build/${env.BRANCH}/${env.BUILD_NUMBER}"
S3_RELEASE_PATH = "${env.PROJECT}/${env.VERSION}/ga-release"
Expand Down

0 comments on commit c40b444

Please sign in to comment.