This is an automated email from the ASF dual-hosted git repository.
duncangrant pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn.git
The following commit(s) were added to refs/heads/master by this push:
new dcd3b6e add client profile to jenkins build
new 0f77fa1 Merge pull request #45 from jcabrerizo/feature/add-cli-jenkins
dcd3b6e is described below
commit dcd3b6ebdeef6b82db27247a418d47cb07892a16
Author: Juan Cabrerizo <[email protected]>
AuthorDate: Wed Mar 25 10:36:49 2020 +0000
add client profile to jenkins build
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 4461e53..dda0fb4 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -62,7 +62,7 @@ node(label: 'ubuntu') {
if (env.CHANGE_ID == null) {
stage('Deploy artifacts') {
environmentDockerImage.inside('-i --name
brooklyn-${DOCKER_TAG} -v ${WORKSPACE}/.m2:/var/maven/.m2 --mount
type=bind,source="${HOME}/.m2/settings.xml",target=/var/maven/.m2/settings.xml,readonly
-v ${WORKSPACE}:/usr/build -w /usr/build') {
- sh 'mvn deploy -Prpm -Pdeb -DskipTests
-Duser.home=/var/maven -Duser.name=jenkins'
+ sh 'mvn deploy -Prpm -Pdeb -Pclient -DskipTests
-Duser.home=/var/maven -Duser.name=jenkins'
}
}
}