more progress on jenkins on clean build
This commit is contained in:
parent
2e7046dd49
commit
ec67f1e064
3 changed files with 9 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
1
|
Loading…
Reference in a new issue