[ANN] Official docker repository for Jenkins

127 views
Skip to first unread message

Kohsuke Kawaguchi

unread,
Apr 28, 2015, 12:02:20 PM4/28/15
to jenkin...@googlegroups.com, Michael Neale
As per the agreement in the project meeting, I have moved the repository to https://github.com/jenkinsci/docker

--
Kohsuke Kawaguchi

Jesse Glick

unread,
Apr 28, 2015, 12:22:20 PM4/28/15
to Jenkins Dev
On Tue, Apr 28, 2015 at 12:02 PM, Kohsuke Kawaguchi <k...@kohsuke.org> wrote:
> As per the agreement in the project meeting, I have moved the repository to
> https://github.com/jenkinsci/docker

Great; now can you somehow get
https://registry.hub.docker.com/_/jenkins/ to link here so people can
find the sources?

nicolas de loof

unread,
Apr 28, 2015, 12:51:33 PM4/28/15
to jenkin...@googlegroups.com, Michael Neale
I've proposed a PR so official image metadata is updated accordingly

--
You received this message because you are subscribed to the Google Groups "Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CAN4CQ4zvF4G_BvOCJBWJMgeyoRV_Apcrck7tn2mAEK9X1j_UGA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Jesse Glick

unread,
Apr 28, 2015, 4:09:06 PM4/28/15
to Jenkins Dev
On Tue, Apr 28, 2015 at 12:51 PM, nicolas de loof
<nicolas...@gmail.com> wrote:
> I've proposed a PR so official image metadata is updated accordingly

Thanks, but https://registry.hub.docker.com/_/jenkins/ only refers to
the (old) GH repo in passing, in a link to the issue tracker, whereas
I think this should be much more prominent (and of course point to the
@jenkinsci location). Is that content taken automatically from our
README.md?

nicolas de loof

unread,
Apr 28, 2015, 4:43:30 PM4/28/15
to Jenkins Dev

This will be automatically updated as my PR is approved


--
You received this message because you are subscribed to the Google Groups "Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-de...@googlegroups.com.

boby...@gmail.com

unread,
May 5, 2015, 11:55:27 PM5/5/15
to jenkin...@googlegroups.com
Hi Kohsuke,

I was wondering if you can help me as i posted the same error in the developer group.
I have an issue in compiling the code and I am not sure on which revision error was introduced or committed on SVN. For debugging the issue i wanted to perform the build per revision.

As I have the revision where last build was successful. Below was my approach to find the issue.

1. Tag the revision and re-try building the entire project and see results. This approach is very Lengthy, Space and Time Consuming.

2. Use Release Manager Plugin to build the project per revision. This is much faster approach as i can see all the revision on Jenkins i want to build from.

I Have below two issues.

1. My build needs SVN_URL parameter which is not pulled automatically they way build process does if i do build using normal configuration.
2. I tried fixing this issue by declaring the variable SVN_URL in Global parameter section but i am getting below error right in middle of checkout. Can someone help me please.
My Subversion version is 1.7 and 1.6 Jenkins.


FATAL: org.tmatesoft.svn.core.wc.SVNEvent.getExternalInfo()Lorg/tmatesoft/svn/core/internal/wc/SVNExternal;
java.lang.NoSuchMethodError: org.tmatesoft.svn.core.wc.SVNEvent.getExternalInfo()Lorg/tmatesoft/svn/core/internal/wc/SVNExternal;
	at hudson.scm.SubversionReleaseUpdateEventHandler.handleEvent(SubversionReleaseUpdateEventHandler.java:56)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.handleEvent(SvnOperationRunner.java:61)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.handleEvent(SvnOperationRunner.java:66)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.handleExternalItemChange(SvnNgAbstractUpdate.java:369)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.handleExternalsChange(SvnNgAbstractUpdate.java:310)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.handleExternals(SvnNgAbstractUpdate.java:246)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.updateInternal(SvnNgAbstractUpdate.java:224)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.update(SvnNgAbstractUpdate.java:72)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.checkout(SvnNgAbstractUpdate.java:802)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:26)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:11)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1259)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:777)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:662)
	at hudson.scm.SubversionReleaseSCM$CheckOutTask.invoke(SubversionReleaseSCM.java:493)
	at hudson.scm.SubversionReleaseSCM$CheckOutTask.invoke(SubversionReleaseSCM.java:414)
	at hudson.FilePath.act(FilePath.java:989)
	at hudson.FilePath.act(FilePath.java:967)
	at hudson.scm.SubversionReleaseSCM.checkout(SubversionReleaseSCM.java:407)
	at hudson.scm.SubversionReleaseSCM.checkout(SubversionReleaseSCM.java:356)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1270)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:609)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:531)
	at hudson.model.Run.execute(Run.java:1741)
	at hudson.matrix.MatrixBuild.run(MatrixBuild.java:306)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:374)
Finished: FAILURE

Richard Bywater

unread,
May 6, 2015, 12:16:57 AM5/6/15
to jenkin...@googlegroups.com
Please do not hijack a thread to try and get your question answered. Also this type of query belongs in the Jenkins User Mailing list not the Dev one as this mailing list is intended for discussion on Jenkins and related plugin development and not use of Jenkins and plugins.

Richard.

--
You received this message because you are subscribed to the Google Groups "Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-de...@googlegroups.com.

Kanstantsin Shautsou

unread,
Aug 17, 2015, 4:09:37 PM8/17/15
to Jenkins Developers
Why not use docker repo at http://repo.jenkins-ci.org/webapp/home.html  artifactory license allows hosting them.

Oleg Nenashev

unread,
Aug 24, 2015, 8:31:57 AM8/24/15
to Jenkins Developers
dockerhub has a bigger visibility, so it's a right approach to publish Docker images there. BTW we could use Jenkins repo as a second location for test purposes, etc. If the release low is automated enough, it should not be a big deal.

понедельник, 17 августа 2015 г., 23:09:37 UTC+3 пользователь Kanstantsin Shautsou написал:
Reply all
Reply to author
Forward
0 new messages