executable_run-jenkins 229 B

12345678
  1. #!/bin/sh
  2. # shellcheck disable=SC1091
  3. . /etc/profile
  4. . /home/oleg/.nix-profile/etc/profile.d/nix.sh
  5. /home/oleg/.nix-profile/bin/java -Xmx512m -jar /home/oleg/.nix-profile/webapps/jenkins.war --httpPort=8090 --ajp13Port=-1 "$@"