Gautam Kumar created INFRA-15781:
------------------------------------
Summary: Credentials/Setup information on hosts with specific label “git-websites”
Key: INFRA-15781
URL: https://issues.apache.org/jira/browse/INFRA-15781
Project: Infrastructure
Issue Type: Task
Components: Jenkins
Reporter: Gautam Kumar
Hi,
For MXNet we have two separate jobs to manage the website.
1. To build the website can be done on any slaves
2. To publish the website can only be done on slaves with specific label "git-website"
The job configuration for publishing the website is below
https://builds.apache.org/view/Incubator%20Projects/job/incubator-mxnet-publish-site/configure
We have completely moved the mxnet build to another Jenkins http://jenkins.mxnet-ci.amazon-ml.com/job/incubator-mxnet/
However while moving the publish-site job we realize that Apache there are specific set of
slaves labeled as "git-website" which are responsible to do this job.
Would it be ok to share your setup or creds information needed by such slaves with us so
that we can create such slaves with new Jenkins setup?
For convenince I am adding the "publish-site" job information below.
<snip>
cd incubator-mxnet-site
ls -R
git branch
git add .
git commit -m "Nightly build"
git push origin asf-site
</snip>
it fails while doing the "git push origin asf-site"
Let me know if you need more information.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
|