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>
|
</hudson.plugins.git.GitSCM_-DescriptorImpl>
|
||||||
EOF
|
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
|
# Set ownership to jenkins
|
||||||
chown -R jenkins $CUR_DIR
|
chown -R jenkins $CUR_DIR
|
||||||
|
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
<name>ADAPTER</name>
|
<name>ADAPTER</name>
|
||||||
<values>
|
<values>
|
||||||
<string>euca</string>
|
<string>euca</string>
|
||||||
<string>floatingips</string>
|
<string>floating_ips</string>
|
||||||
</values>
|
</values>
|
||||||
</hudson.matrix.TextAxis>
|
</hudson.matrix.TextAxis>
|
||||||
</axes>
|
</axes>
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
1
|
|
Loading…
Reference in a new issue