build_and_test_examples icon indicating copy to clipboard operation
build_and_test_examples copied to clipboard

Examples of build scripts and unit test frameworks for various languages, and how these can be used with the Jenkins continuous integration server. Contact: @mikej888

Results 5 build_and_test_examples issues
Sort by recently updated
recently updated
newest added

Hi All, I am new to jenkins and I was able to get jenkins configured and running in my local machine with url http://localhost:8080. But now, when I am trying...

Started by user Admin Running as SYSTEM Building remotely on Windows_Agent in workspace /Users/jenkins/workspace/Python-script Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.0.5.111/10.0.5.111:62413 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357) at hudson.remoting.Channel.call(Channel.java:957) at...

Building in workspace /Users/admin/Documents/workspace/SampleTest java.nio.file.AccessDeniedException: /Users/admin/Documents/workspace at sun.nio.fs.UnixException.translateToIOException(UnixException.java:84) at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) at sun.nio.fs.UnixFileSystemProvider.checkAccess(UnixFileSystemProvider.java:308) at java.nio.file.Files.createDirectories(Files.java:746) at hudson.FilePath.mkdirs(FilePath.java:3229) at hudson.FilePath.access$1300(FilePath.java:210) at hudson.FilePath$Mkdirs.invoke(FilePath.java:1251) at hudson.FilePath$Mkdirs.invoke(FilePath.java:1247) at hudson.FilePath.act(FilePath.java:1075) at hudson.FilePath.act(FilePath.java:1058) at hudson.FilePath.mkdirs(FilePath.java:1243)...

I installed Jenkins on Mac and am tried to follow these instructions. I am getting the following error when i queue a build: ``` Started by user Kawsar Building in...

Hi Everyone, I am getting the error, The method getDevTools() is undefined for the type ChromeDriver with selenium version 4.11.0. Previously my selenium version was 4.1.4 and I was getting...