UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
G
Galvanize
galvanize
java-code-evaluator
Commits
ce523258
Commit
ce523258
authored
Feb 01, 2021
by
Michael Uranaka
Browse files
adding in job counter
parent
a6b02795
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
scripts/get-job.sh
scripts/get-job.sh
+10
-0
No files found.
scripts/get-job.sh
View file @
ce523258
...
@@ -3,6 +3,8 @@
...
@@ -3,6 +3,8 @@
# Initial builds.
# Initial builds.
gradle
--offline
test
gradle
--offline
test
loop
=
1
while
true
;
do
while
true
;
do
# If it exists, delete the json-object.json file
# If it exists, delete the json-object.json file
[
-e
json-object.json
]
&&
rm
json-object.json
[
-e
json-object.json
]
&&
rm
json-object.json
...
@@ -21,6 +23,14 @@ while true ; do
...
@@ -21,6 +23,14 @@ while true ; do
[
-s
json-object.json
]
||
continue
[
-s
json-object.json
]
||
continue
# Log the current job number.
echo
echo
"============================"
echo
"Processing job number:
$loop
"
echo
"============================"
echo
let
"loop=loop+1"
java
-jar
process_job/build/libs/process-job.jar
java
-jar
process_job/build/libs/process-job.jar
gradle
--offline
test
\
gradle
--offline
test
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment