Skip to content

Commit

Permalink
Update config.json with new schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei-Straut committed May 31, 2017
1 parent bf436c7 commit f76fc17
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,32 @@
"urls": [{
"name": "Jenkins Core Trunk",
"url": "https://ci.jenkins-ci.org/view/Jenkins%20core/job/jenkins_main_trunk/",
"order": 1
"order": 1,
"lastStatus": "SUCCESS"
}, {
"name": "OpenSUSE Unit Tests",
"url": "https://ci.opensuse.org/view/kiwi/job/kiwi-unittest/",
"order": 2
"order": 2,
"lastStatus": "SUCCESS"
}, {
"name": "OpenStack Dev Stack",
"url": "https://ci.opensuse.org/view/OpenStack/job/openstack-devstack/",
"order": 3
"order": 3,
"lastStatus": "SUCCESS"
}, {
"name": "Apache Hadoop (Trunk Java 8)",
"url": "https://builds.apache.org/job/Hadoop-common-trunk-Java8/",
"order": 4
"order": 4,
"lastStatus": "SUCCESS"
}, {
"name": "Apache CXF 3",
"url": "https://builds.apache.org/view/All/job/CXF-3.0.x/",
"order": 5
"order": 5,
"lastStatus": "SUCCESS"
}, {
"name": "CyanogenMod Android",
"url": "http://jenkins.cyanogenmod.com/job/android/",
"order": 6
"order": 6,
"lastStatus": "SUCCESS"
}]
}

0 comments on commit f76fc17

Please sign in to comment.