You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2020/08/17 16:45:14 UTC

[openwhisk] branch master updated: attempt to migrate dockerhub Jenkins job to generic ubuntu nodes (#4943)

This is an automated email from the ASF dual-hosted git repository.

dgrove 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 138ac18  attempt to migrate dockerhub Jenkins job to generic ubuntu nodes (#4943)
138ac18 is described below

commit 138ac189f4e029dcc45f18b95b6fbd9262baf185
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Mon Aug 17 12:44:55 2020 -0400

    attempt to migrate dockerhub Jenkins job to generic ubuntu nodes (#4943)
---
 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 e9eebd6..13d2226 100644
--- a/tools/jenkins/apache/dockerhub.groovy
+++ b/tools/jenkins/apache/dockerhub.groovy
@@ -16,7 +16,7 @@
  * limitations under the License.
  */
 
-node('openwhisk1||openwhisk2||openwhisk3') {
+node('ubuntu') {
   sh "env"
   sh "docker version"
   sh "docker info"