Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
integration
/
e283bd2822ddff64e05473d786b0e17479c13e1a
/
.
/
bootstrap
/
jenkins
/
vagrant
/
build-all-docker.sh
blob: 081bb124627932db42c01f99636f5e972141970b [
file
] [
log
] [
blame
]
#!/bin/bash
# build all jobs
cd
~
jenkins
for
d
in
jobs
/
docker
*;
do
JOB
=
$
(
basename
"$d"
)
echo build
"$JOB"
java
-
jar jenkins
-
cli
.
jar
-
s http
://
localhost
:
8080
/
-
auth jenkins
:
jenkins build
"$JOB"
done