Skip to content

Commit

Permalink
ansible: remove hardcoded cert location for AIX jenkins (nodejs#2086)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash Cripps authored and sam-github committed Dec 16, 2019
1 parent 0e55cb0 commit 6bcc28e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ansible/roles/jenkins-worker/templates/aix.rc2.j2
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ start )
export NODE_TEST_DIR=$HOME/tmp; \
export NODE_COMMON_PIPE="$HOME/test.pipe"; \
export OSTYPE=AIX72; \
export GIT_SSL_CAINFO="$HOME/ca-bundle.crt"; \
export SSL_CERT_FILE="$HOME/ca-bundle.crt"; \
/home/{{server_user}}/jdk8u192-b12-jre/bin/java -Xmx128m -Dorg.jenkinsci.plugins.gitclient.Git.timeOut=30 -jar "$HOME/slave.jar" \
-secret {{secret}} \
-jnlpUrl {{jenkins_url}}/computer/{{inventory_hostname}}/slave-agent.jnlp >$jenkins_log_file 2>&1 &'
Expand Down

0 comments on commit 6bcc28e

Please sign in to comment.