Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Uploading to Bintray as part of the release #105

Merged
merged 38 commits into from
Oct 19, 2018
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
1fee56e
Changing the required branch name to wip-release
CjHare Oct 17, 2018
22b5cf2
Release Jenkins file
CjHare Oct 17, 2018
e503ce5
Variables for the git SSH agent
CjHare Oct 17, 2018
7f75ef9
[Gradle Release Plugin] - pre tag commit: '0.0.8'.
pegasys-admin Oct 17, 2018
048efbb
[Gradle Release Plugin] - new version commit: '0.0.9-SNAPSHOT'.
pegasys-admin Oct 17, 2018
d68e0c0
Trialing push to branch prefix
CjHare Oct 18, 2018
c5d9db8
Project version in the created branch name
CjHare Oct 18, 2018
5e377ab
Bumping the version number
CjHare Oct 18, 2018
e4539c9
Adding auto-incrementing of release version
CjHare Oct 18, 2018
150fddd
Changing the branch name as project version isn't being substituted
CjHare Oct 18, 2018
b98b8b5
Removing the dot from fileSpec
CjHare Oct 18, 2018
2971e18
Adding back the dot into the filespec
CjHare Oct 18, 2018
b6c5072
Removing default plugin values
CjHare Oct 18, 2018
c2c2129
Changing local git repo name
CjHare Oct 18, 2018
9f72348
Switching back release branch name
CjHare Oct 18, 2018
1c0fe57
Bumping the version
CjHare Oct 18, 2018
269be9c
Attempting version variable
CjHare Oct 18, 2018
9e7755a
Merging upstream
CjHare Oct 18, 2018
e541aed
Auto-publish
CjHare Oct 18, 2018
ef438a4
Bumping version number
CjHare Oct 18, 2018
15db99b
String parsing to remove SNAPSHOT from new branch prefix
CjHare Oct 18, 2018
d7af3d1
Bumping version
CjHare Oct 18, 2018
e35822e
Bintray details
CjHare Oct 18, 2018
8447b3b
Merge branch 'master' of github.com:PegaSysEng/pantheon into wip-release
CjHare Oct 18, 2018
d185f98
Bumping version
CjHare Oct 18, 2018
a48c0b4
Merge branch 'master' of github.com:PegaSysEng/pantheon into wip-release
CjHare Oct 18, 2018
4f8f8aa
Bumping version
CjHare Oct 18, 2018
3ffaae8
Merging upstream
CjHare Oct 18, 2018
09844e3
Merge branch 'master' of github.com:PegaSysEng/pantheon into wip-release
CjHare Oct 18, 2018
4ae11bb
Version number
CjHare Oct 19, 2018
5847c29
Merge branch 'master' of github.com:PegaSysEng/pantheon into wip-release
CjHare Oct 19, 2018
856a259
Correcting branch to release from
CjHare Oct 19, 2018
b36e09a
Configuration as code
CjHare Oct 19, 2018
6016c47
Merge branch 'master' of github.com:PegaSysEng/pantheon into wip-release
CjHare Oct 19, 2018
4071fbb
Uppercase pegasys
CjHare Oct 19, 2018
007a463
Merge branch 'master' of github.com:PegaSysEng/pantheon into wip-release
CjHare Oct 19, 2018
21efb8b
Merge branch 'master' of github.com:PegaSysEng/pantheon into wip-release
CjHare Oct 19, 2018
8eaf8d0
Merge branch 'master' into wip-release
CjHare Oct 19, 2018
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
Prev Previous commit
Next Next commit
Removing the dot from fileSpec
  • Loading branch information
CjHare committed Oct 18, 2018
commit b98b8b5ef7a053e8010026dfc03734a6dfcfe00d
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ bintray {
filesSpec {
from distTar.destinationDir.path
from distZip.destinationDir.path
into '.'
into ''
}
pkg {
repo = "pegasys-repo"
Expand Down