Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
750777db
Commit
750777db
authored
Jul 25, 2020
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '2.1.x' into 2.2.x
parents
1dfa21c9
5d776f2a
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
9 deletions
+9
-9
build-deployment-tests.sh
ci/scripts/build-deployment-tests.sh
+1
-1
build-integration-tests.sh
ci/scripts/build-integration-tests.sh
+1
-1
build-project-windows.bat
ci/scripts/build-project-windows.bat
+1
-1
build-project.sh
ci/scripts/build-project.sh
+1
-1
build-smoke-tests.sh
ci/scripts/build-smoke-tests.sh
+1
-1
stage.sh
ci/scripts/stage.sh
+4
-4
No files found.
ci/scripts/build-deployment-tests.sh
View file @
750777db
...
...
@@ -5,5 +5,5 @@ source $(dirname $0)/common.sh
repository
=
$(
pwd
)
/distribution-repository
pushd
git-repo
>
/dev/null
run_maven
-f
spring-boot-tests/spring-boot-deployment-tests/pom.xml clean
install
-U
-Dfull
-Drepository
=
file://
${
repository
}
run_maven
-f
spring-boot-tests/spring-boot-deployment-tests/pom.xml clean
install
-U
-Dfull
-Drepository
=
file://
${
repository
}
-Duser
.name
=
concourse
popd
>
/dev/null
ci/scripts/build-integration-tests.sh
View file @
750777db
...
...
@@ -5,5 +5,5 @@ source $(dirname $0)/common.sh
repository
=
$(
pwd
)
/distribution-repository
pushd
git-repo
>
/dev/null
run_maven
-f
spring-boot-tests/spring-boot-integration-tests/pom.xml clean
install
-U
-Dfull
-Drepository
=
file://
${
repository
}
run_maven
-f
spring-boot-tests/spring-boot-integration-tests/pom.xml clean
install
-U
-Dfull
-Drepository
=
file://
${
repository
}
-Duser
.name
=
concourse
popd
>
/dev/null
ci/scripts/build-project-windows.bat
View file @
750777db
...
...
@@ -3,4 +3,4 @@ SET PATH=%PATH%;C:\Program Files\Git\usr\bin
cd git-repo
echo ".\mvnw clean install" > build.log
.\mvnw clean install -U >> build.log 2>&1 || (sleep 1 && tail -n 3000 build.log && exit 1)
\ No newline at end of file
.\mvnw clean install -U -Duser.name=concourse >> build.log 2>&1 || (sleep 1 && tail -n 3000 build.log && exit 1)
\ No newline at end of file
ci/scripts/build-project.sh
View file @
750777db
...
...
@@ -6,5 +6,5 @@ repository=$(pwd)/distribution-repository
pushd
git-repo
>
/dev/null
run_maven
-N
clean verify
-Dscan
=
false
run_maven
-f
spring-boot-project/pom.xml clean deploy
-U
-Dfull
-DaltDeploymentRepository
=
distribution::default::file://
${
repository
}
run_maven
-f
spring-boot-project/pom.xml clean deploy
-U
-Dfull
-DaltDeploymentRepository
=
distribution::default::file://
${
repository
}
-Duser
.name
=
concourse
popd
>
/dev/null
ci/scripts/build-smoke-tests.sh
View file @
750777db
...
...
@@ -5,5 +5,5 @@ source $(dirname $0)/common.sh
repository
=
$(
pwd
)
/distribution-repository
pushd
git-repo
>
/dev/null
run_maven
-f
spring-boot-tests/spring-boot-smoke-tests/pom.xml clean
install
-U
-Dfull
-Drepository
=
file://
${
repository
}
run_maven
-f
spring-boot-tests/spring-boot-smoke-tests/pom.xml clean
install
-U
-Dfull
-Drepository
=
file://
${
repository
}
-Duser
.name
=
concourse
popd
>
/dev/null
ci/scripts/stage.sh
View file @
750777db
...
...
@@ -35,10 +35,10 @@ git add pom.xml > /dev/null
git commit
-m
"Release v
$stageVersion
"
>
/dev/null
git tag
-a
"v
$stageVersion
"
-m
"Release v
$stageVersion
"
>
/dev/null
run_maven
-f
spring-boot-project/pom.xml clean deploy
-U
-Dfull
-DaltDeploymentRepository
=
distribution::default::file://
${
repository
}
-Dgradle
.cache.local.enabled
=
false
-Dgradle
.cache.remote.enabled
=
false
run_maven
-f
spring-boot-tests/spring-boot-smoke-tests/pom.xml clean
install
-U
-Dfull
-Drepository
=
file://
${
repository
}
-Dgradle
.cache.local.enabled
=
false
-Dgradle
.cache.remote.enabled
=
false
run_maven
-f
spring-boot-tests/spring-boot-integration-tests/pom.xml clean
install
-U
-Dfull
-Drepository
=
file://
${
repository
}
-Dgradle
.cache.local.enabled
=
false
-Dgradle
.cache.remote.enabled
=
false
run_maven
-f
spring-boot-tests/spring-boot-deployment-tests/pom.xml clean
install
-U
-Dfull
-Drepository
=
file://
${
repository
}
-Dgradle
.cache.local.enabled
=
false
-Dgradle
.cache.remote.enabled
=
false
run_maven
-f
spring-boot-project/pom.xml clean deploy
-U
-Dfull
-DaltDeploymentRepository
=
distribution::default::file://
${
repository
}
-Dgradle
.cache.local.enabled
=
false
-Dgradle
.cache.remote.enabled
=
false
-Duser
.name
=
concourse
run_maven
-f
spring-boot-tests/spring-boot-smoke-tests/pom.xml clean
install
-U
-Dfull
-Drepository
=
file://
${
repository
}
-Dgradle
.cache.local.enabled
=
false
-Dgradle
.cache.remote.enabled
=
false
-Duser
.name
=
concourse
run_maven
-f
spring-boot-tests/spring-boot-integration-tests/pom.xml clean
install
-U
-Dfull
-Drepository
=
file://
${
repository
}
-Dgradle
.cache.local.enabled
=
false
-Dgradle
.cache.remote.enabled
=
false
-Duser
.name
=
concourse
run_maven
-f
spring-boot-tests/spring-boot-deployment-tests/pom.xml clean
install
-U
-Dfull
-Drepository
=
file://
${
repository
}
-Dgradle
.cache.local.enabled
=
false
-Dgradle
.cache.remote.enabled
=
false
-Duser
.name
=
concourse
git reset
--hard
HEAD^
>
/dev/null
if
[[
$nextVersion
!=
$snapshotVersion
]]
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment