File tree Expand file tree Collapse file tree
codebundles/jenkins-health/.test/terraform Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -151,19 +151,19 @@ resource "aws_instance" "jenkins_server" {
151151
152152 # Install the Job DSL plugin
153153 echo "[INFO] Installing Job DSL plugin..."
154- java -jar /tmp/ jenkins-cli.jar \
154+ java -jar jenkins-cli.jar \
155155 -s http://localhost:8080 \
156156 -auth "admin:$JENKINS_PASS" \
157157 install-plugin job-dsl -deploy
158158
159159 echo "[INFO] Installing Pipeline plugin (workflow-aggregator)..."
160- java -jar /tmp/ jenkins-cli.jar \
160+ java -jar jenkins-cli.jar \
161161 -s "http://localhost:8080" \
162162 -auth "admin:$JENKINS_PASS" \
163163 install-plugin workflow-aggregator -deploy
164164
165165 echo "[INFO] Restarting Jenkins..."
166- java -jar /tmp/ jenkins-cli.jar \
166+ java -jar jenkins-cli.jar \
167167 -s http://localhost:8080 \
168168 -auth "admin:$JENKINS_PASS" \
169169 safe-restart
You can’t perform that action at this time.
0 commit comments