Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 8 additions & 13 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = io.github.cdancy
version = 3.1.2-SNAPSHOT
version = 1.0.2

artifactoryURL = http://127.0.0.1:8080/artifactory
artifactoryUser = admin
Expand All @@ -8,19 +8,13 @@ artifactoryPassword = password
snapshotRepository = libs-snapshot-local
releaseRepository = libs-release-local

testBitbucketRestEndpoint = http://127.0.0.1:7990
testJenkinsRestEndpoint = http://127.0.0.1:8080
testJenkinsUsernamePassword = admin:admin

# can be base64 encoded
testBitbucketRestCredentials = root:root

# Uncomment out below, and comment out above, if you
# want to use token/bearer auth for running integ tests.
#testBitbucketRestToken = root:root

# the optional Bitbucket project to use should
# the passed along authentication not have privileges
# to create Projects.
testBitbucketRestProject=DEV
# Next line is optional.
# Use it if you want to provide your own account with a pre-existing API Token,
# instead of letting the test generate its own API Token.
#testJenkinsUsernameApiToken = "admin:fixme"

githubUsername=fixme
githubPassword=fixme
Expand All @@ -32,3 +26,4 @@ signing.secretKeyRingFile=fixme
sonatypeUsername=fixme
sonatypePassword=fixme
sonatypeURL=https://s01.oss.sonatype.org