Skip to content

Commit

Permalink
chore: automatically authorize on 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrebeitz committed Jun 15, 2020
1 parent b8b85ed commit 2281825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

@Library("sec_ci_libs@v2-latest") _

def master_branches = ["master", ] as String[]
def master_branches = ["master", "4.x" ] as String[]
def slack_creds = string(credentialsId: "8b793652-f26a-422f-a9ba-0d1e47eb9d89", variable: "SLACK_TOKEN")
def aws_id = string(credentialsId: "1ddc25d8-0873-4b6f-949a-ae803b074e7a", variable: "AWS_ACCESS_KEY_ID")
def aws_key = string(credentialsId: "875cfce9-90ca-4174-8720-816b4cb7f10f", variable: "AWS_SECRET_ACCESS_KEY")
Expand Down

0 comments on commit 2281825

Please sign in to comment.