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