Skip to content

Commit 4289082

Browse files
committed
Fri Jun 11 08:40:58 EDT 2021
1 parent 137cfa0 commit 4289082

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

installer2.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,9 @@ Install_Jenkins_Plugins () {
104104
----- INSTALL JENKINS PLUGINS
105105
#python $MYHOME/python_dir/version.py "$PASS"
106106
curl -o jenkins-cli.jar http://127.0.0.1:8080/jnlpJars/jenkins-cli.jar
107-
curl -H "$CRUMB" --data-urlencode -d script="$(<$MYHOME/groovy_dir/all_jobs.gsh)" http://127.0.0.1:8080/scriptText
107+
#curl -H "$CRUMB" --data-urlencode -d script="$(<$MYHOME/groovy_dir/all_jobs.gsh)" http://127.0.0.1:8080/scriptText
108108
sudo xargs java -jar ./jenkins-cli.jar -auth "admin:$PASS" -s http://127.0.0.1:8080 install-plugin < $MYHOME/jenkins_dir/plugins.list
109+
sudo java -jar ./jenkins-cli.jar -auth "admin:$PASS" -s http://127.0.0.1:8080 build seed
109110
}
110111

111112
Install_Initial_Jenkins_Jobs () {

0 commit comments

Comments
 (0)