Browse code

more progress on jenkins on clean build

Anthony Young authored on 2011/11/10 10:46:28
Showing 3 changed files
... ...
@@ -41,6 +41,13 @@ cat > $JENKINS_GITCONF <<EOF
41 41
 </hudson.plugins.git.GitSCM_-DescriptorImpl>
42 42
 EOF
43 43
 
44
+# Add build numbers
45
+for job in ${`ls jobs`// / }; do
46
+    if [ ! -e jobs/$job/nextBuildNumber ]; then
47
+        echo 1 > jobs/$job/nextBuildNumber
48
+    fi
49
+done
50
+
44 51
 # Set ownership to jenkins
45 52
 chown -R jenkins $CUR_DIR
46 53
 
... ...
@@ -47,7 +47,7 @@
47 47
       <name>ADAPTER</name>
48 48
       <values>
49 49
         <string>euca</string>
50
-        <string>floatingips</string>
50
+        <string>floating_ips</string>
51 51
       </values>
52 52
     </hudson.matrix.TextAxis>
53 53
   </axes>
... ...
@@ -69,4 +69,4 @@ sudo ./run_test.sh $EXECUTOR_NUMBER $ADAPTER</command>
69 69
   <publishers/>
70 70
   <buildWrappers/>
71 71
   <runSequentially>false</runSequentially>
72
-</matrix-project>
73 72
\ No newline at end of file
73
+</matrix-project>
74 74
deleted file mode 100644
... ...
@@ -1 +0,0 @@
1
-1