We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fccf6a commit de15903Copy full SHA for de15903
spec/spec_helper.rb
@@ -60,7 +60,9 @@ def testing_bitbucket_env
60
'CHANGE_ID' => '4d4c0f31857e3185b51b6865a0700525bc0cb2bb',
61
'JENKINS_URL' => 'http://jenkins.server.com/',
62
'DANGER_BITBUCKETCLOUD_USERNAME' => 'username',
63
- 'DANGER_BITBUCKETCLOUD_PASSWORD' => 'password'
+ 'DANGER_BITBUCKETCLOUD_PASSWORD' => 'password',
64
+ 'DANGER_BITBUCKETCLOUD_UUID' => 'c91be865-efc6-49a6-93c5-24e1267c479b',
65
+ 'ghprbPullId' => '2080'
66
}
67
end
68
0 commit comments