Skip to content

Commit

Permalink
using new S3 credentials and prepare next release version
Browse files Browse the repository at this point in the history
  • Loading branch information
nhachicha committed May 21, 2022
1 parent 1f02a9d commit 1b90a62
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 10.11.1 (YYYY-MM-DD)

### Enhancements

### Fixed

### Compatibility


## 10.11.0 (2022-05-20)

### Enhancements
Expand Down
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ try {
echo "Building release: '${gitTag}'"
setBuildName("Tag ${gitTag}")
sh """
set +x
set +x
sh tools/publish_release.sh verify
"""
publishBuild = true
Expand Down Expand Up @@ -360,7 +360,7 @@ def runPublish() {
[$class: 'StringBinding', credentialsId: 'slack-webhook-releases-channel', variable: 'SLACK_URL_RELEASE'],
[$class: 'UsernamePasswordMultiBinding', credentialsId: 'maven-central-credentials', passwordVariable: 'MAVEN_CENTRAL_PASSWORD', usernameVariable: 'MAVEN_CENTRAL_USER'],
[$class: 'AmazonWebServicesCredentialsBinding', accessKeyVariable: 'DOCS_S3_ACCESS_KEY', credentialsId: 'mongodb-realm-docs-s3', secretKeyVariable: 'DOCS_S3_SECRET_KEY'],
[$class: 'AmazonWebServicesCredentialsBinding', accessKeyVariable: 'REALM_S3_ACCESS_KEY', credentialsId: 'realm-s3', secretKeyVariable: 'REALM_S3_SECRET_KEY']
[$class: 'AmazonWebServicesCredentialsBinding', accessKeyVariable: 'REALM_S3_ACCESS_KEY', credentialsId: 'tightdb-s3-ci', secretKeyVariable: 'REALM_S3_SECRET_KEY']
]) {
// TODO Make sure that buildFlags and signingFlags are unified across builds
sh """
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.11.0
10.11.1

0 comments on commit 1b90a62

Please sign in to comment.