Skip to content

Commit

Permalink
fixup! ansible: use Java 11 on AIX
Browse files Browse the repository at this point in the history
Co-authored-by: Stewart X Addison <6487691+sxa@users.noreply.github.com>
  • Loading branch information
richardlau and sxa authored Sep 29, 2021
1 parent fa683b6 commit b40ab55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/jenkins-worker/templates/aix.rc2.j2
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ start )
export HOME=/home/{{server_user}}; \
export NODE_TEST_DIR=$HOME/tmp; \
export NODE_COMMON_PIPE="$HOME/test.pipe"; \
export PATH=/opt/freeware/bin:$PATH; \
export PATH=$PATH:/opt/freeware/bin \
export OSTYPE=AIX72; \
export JOBS={{ jobs_env }}; \
/usr/bin/java -Xmx128m -Dorg.jenkinsci.plugins.gitclient.Git.timeOut=30 -jar "$HOME/slave.jar" \
Expand Down

0 comments on commit b40ab55

Please sign in to comment.