This is an automated email from the ASF dual-hosted git repository.
lfrolov pushed a commit to branch DLAB-1594-2
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git
The following commit(s) were added to refs/heads/DLAB-1594-2 by this push:
new d8d3788 [DLAB-1594]: commented jenkins install and config
d8d3788 is described below
commit d8d3788923afe71e18b168c7cc70293b0b85c760
Author: leonidfrolov <[email protected]>
AuthorDate: Mon Aug 3 17:22:21 2020 +0300
[DLAB-1594]: commented jenkins install and config
---
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: [email protected]
For additional commands, e-mail: [email protected]