Skip to content

Commit

Permalink
Adding Jenkins ENV to Integration Test Job (#498)
Browse files Browse the repository at this point in the history
* Updating ENV varibles for IntegTest

Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>

* Updating ENV varibles for IntegTest

Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>

* Addressing comments

Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
  • Loading branch information
saratvemulapalli committed Sep 16, 2021
1 parent 9032bdc commit 3a6dbae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bundle-workflow/jenkins_workflow/integtest/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
pipeline {
agent none
environment {
AWS_ROLE_ARN = "arn:aws:iam::${AWS_ACCOUNT_PUBLIC}:role/opensearch-test"
AWS_ROLE_SESSION_NAME = "jenkins-integration-test-session"
}
tools {
jdk "JDK14"
maven "maven-3.8.2"
Expand Down

0 comments on commit 3a6dbae

Please sign in to comment.