You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by my...@apache.org on 2020/07/28 07:37:04 UTC

[incubator-dlab] 01/01: [DLAB-1968] - Jenkins installing suspended

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

mykolabodnar pushed a commit to branch DLAB-1968
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit 765eddb8c71ff27b2e16d94b5a0b66f0f94f7490
Author: bodnarmykola <bo...@gmail.com>
AuthorDate: Tue Jul 28 10:36:39 2020 +0300

    [DLAB-1968] - Jenkins installing suspended
---
 infrastructure-provisioning/src/ssn/scripts/configure_ssn_node.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/infrastructure-provisioning/src/ssn/scripts/configure_ssn_node.py b/infrastructure-provisioning/src/ssn/scripts/configure_ssn_node.py
index 42a6a09..72fe329 100644
--- a/infrastructure-provisioning/src/ssn/scripts/configure_ssn_node.py
+++ b/infrastructure-provisioning/src/ssn/scripts/configure_ssn_node.py
@@ -243,11 +243,11 @@ if __name__ == "__main__":
     print("Configuring nginx.")
     configure_nginx(deeper_config, args.dlab_path, args.hostname)
 
-    print("Installing jenkins.")
-    ensure_jenkins(args.dlab_path)
+    #print("Installing jenkins.")
+    #ensure_jenkins(args.dlab_path)
 
-    print("Configuring jenkins.")
-    configure_jenkins(args.dlab_path, args.os_user, deeper_config, args.tag_resource_id)
+    #print("Configuring jenkins.")
+    #configure_jenkins(args.dlab_path, args.os_user, deeper_config, args.tag_resource_id)
 
     print("Copying key")
     cp_key(args.keyfile, env.host_string, args.os_user)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org