This is an automated email from the ASF dual-hosted git repository.
msciabarra pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git
The following commit(s) were added to refs/heads/master by this push:
new 51de9d7 add standalone to dockerhub (#4801)
51de9d7 is described below
commit 51de9d70efe8aae3f6aa7bf0eedd236071aca74f
Author: Michele Sciabarra <[email protected]>
AuthorDate: Fri Jan 17 18:20:59 2020 +0100
add standalone to dockerhub (#4801)
Co-authored-by: Michele Sciabarra
<[email protected]>
---
tools/jenkins/apache/dockerhub.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/jenkins/apache/dockerhub.groovy
b/tools/jenkins/apache/dockerhub.groovy
index 3206e37..e9eebd6 100644
--- a/tools/jenkins/apache/dockerhub.groovy
+++ b/tools/jenkins/apache/dockerhub.groovy
@@ -29,7 +29,7 @@ node('openwhisk1||openwhisk2||openwhisk3') {
withCredentials([usernamePassword(credentialsId: 'openwhisk_dockerhub',
passwordVariable: 'DOCKER_PASSWORD', usernameVariable: 'DOCKER_USER')]) {
sh 'docker login -u ${DOCKER_USER} -p ${DOCKER_PASSWORD}'
}
- def PUSH_CMD = "./gradlew :core:controller:distDocker
:core:invoker:distDocker :core:monitoring:user-events:distDocker
:tools:ow-utils:distDocker :core:cosmos:cache-invalidator:distDocker
-PdockerRegistry=docker.io -PdockerImagePrefix=openwhisk"
+ def PUSH_CMD = "./gradlew :core:controller:distDocker
:core:invoker:distDocker :core:standalone:distDocker
:core:monitoring:user-events:distDocker :tools:ow-utils:distDocker
:core:cosmos:cache-invalidator:distDocker -PdockerRegistry=docker.io
-PdockerImagePrefix=openwhisk"
def gitCommit = sh(returnStdout: true, script: 'git rev-parse
HEAD').trim()
def shortCommit = gitCommit.take(7)
sh "./gradlew clean"