more progress on jenkins on clean build

This commit is contained in:
Anthony Young 2011-11-09 17:46:28 -08:00
parent 2e7046dd49
commit ec67f1e064
3 changed files with 9 additions and 3 deletions

View file

@ -41,6 +41,13 @@ cat > $JENKINS_GITCONF <<EOF
</hudson.plugins.git.GitSCM_-DescriptorImpl>
EOF
# Add build numbers
for job in ${`ls jobs`// / }; do
if [ ! -e jobs/$job/nextBuildNumber ]; then
echo 1 > jobs/$job/nextBuildNumber
fi
done
# Set ownership to jenkins
chown -R jenkins $CUR_DIR

View file

@ -47,7 +47,7 @@
<name>ADAPTER</name>
<values>
<string>euca</string>
<string>floatingips</string>
<string>floating_ips</string>
</values>
</hudson.matrix.TextAxis>
</axes>
@ -69,4 +69,4 @@ sudo ./run_test.sh $EXECUTOR_NUMBER $ADAPTER</command>
<publishers/>
<buildWrappers/>
<runSequentially>false</runSequentially>
</matrix-project>
</matrix-project>