Git Product home page Git Product logo

docker-jenkins-cli's People

Contributors

akhy avatar

Stargazers

 avatar

Watchers

 avatar  avatar

docker-jenkins-cli's Issues

How to pass XML files via stdin?

Hi!

I have everything working fine, but cannot input XML files to the stdin, so:

cat ./jenkins-jobs/url-screenshot-v1.xml | docker run --tty --rm   --link myjenkins:jenkins   -v "$SSHDIR":/ssh   -e "JENKINS_URL=http://jenkins:8080"   chickenzord/jenkins-cli create-job test555

Just hangs... So does:

docker run --tty --rm   --link myjenkins:jenkins   -v "$SSHDIR":/ssh   -e "JENKINS_URL=http://jenkins:8080"   chickenzord/jenkins-cli create-job test555 < ./jenkins-jobs/url-screenshot-v1.xml

Your input would be greatly appreciated on this, thanks!

Albert.

Provide ca-certificates in image

While using a jenkins endpoint with https...

wget: can't execute 'ssl_helper': No such file or directory
wget: error getting response: Connection reset by peer

It would be great if this image could come with ca-certificates

hudson/cli/CLI : Unsupported major.minor version 52.0

Exception in thread "main" java.lang.UnsupportedClassVersionError: hudson/cli/CLI : Unsupported major.minor version 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:482)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.