Browse Source

03_08 branch from remote repo

pull/8/head
Vikaas 10 months ago
parent
commit
c01429b8a0
10 changed files with 75 additions and 0 deletions
  1. BIN
      target/classes/com/learningjenkins/App.class
  2. BIN
      target/hello-1.0-SNAPSHOT.jar
  3. +4
    -0
      target/maven-archiver/pom.properties
  4. +1
    -0
      target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
  5. +1
    -0
      target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
  6. +1
    -0
      target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst
  7. +1
    -0
      target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst
  8. +63
    -0
      target/surefire-reports/TEST-com.learningjenkins.AppTest.xml
  9. +4
    -0
      target/surefire-reports/com.learningjenkins.AppTest.txt
  10. BIN
      target/test-classes/com/learningjenkins/AppTest.class

BIN
target/classes/com/learningjenkins/App.class View File


BIN
target/hello-1.0-SNAPSHOT.jar View File


+ 4
- 0
target/maven-archiver/pom.properties View File

@ -0,0 +1,4 @@
#Created by Apache Maven 3.9.9
artifactId=hello
groupId=com.learningjenkins
version=1.0-SNAPSHOT

+ 1
- 0
target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst View File

@ -0,0 +1 @@
com\learningjenkins\App.class

+ 1
- 0
target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst View File

@ -0,0 +1 @@
C:\ProgramData\Jenkins\.jenkins\workspace\Hello-Maven\src\main\java\com\learningjenkins\App.java

+ 1
- 0
target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst View File

@ -0,0 +1 @@
com\learningjenkins\AppTest.class

+ 1
- 0
target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst View File

@ -0,0 +1 @@
C:\ProgramData\Jenkins\.jenkins\workspace\Hello-Maven\src\test\java\com\learningjenkins\AppTest.java

+ 63
- 0
target/surefire-reports/TEST-com.learningjenkins.AppTest.xml View File

@ -0,0 +1,63 @@
<?xml version="1.0" encoding="UTF-8"?>
<testsuite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://maven.apache.org/surefire/maven-surefire-plugin/xsd/surefire-test-report.xsd" name="com.learningjenkins.AppTest" time="0.114" tests="1" errors="0" skipped="0" failures="0">
<properties>
<property name="java.specification.version" value="21"/>
<property name="sun.cpu.isalist" value="amd64"/>
<property name="sun.jnu.encoding" value="Cp1252"/>
<property name="java.class.path" value="C:\ProgramData\Jenkins\.jenkins\workspace\Hello-Maven\target\test-classes;C:\ProgramData\Jenkins\.jenkins\workspace\Hello-Maven\target\classes;C:\WINDOWS\system32\config\systemprofile\.m2\repository\junit\junit\4.11\junit-4.11.jar;C:\WINDOWS\system32\config\systemprofile\.m2\repository\org\hamcrest\hamcrest-core\1.3\hamcrest-core-1.3.jar;"/>
<property name="java.vm.vendor" value="Microsoft"/>
<property name="sun.arch.data.model" value="64"/>
<property name="user.variant" value=""/>
<property name="java.vendor.url" value="https://www.microsoft.com"/>
<property name="user.timezone" value="Asia/Calcutta"/>
<property name="os.name" value="Windows 11"/>
<property name="java.vm.specification.version" value="21"/>
<property name="sun.java.launcher" value="SUN_STANDARD"/>
<property name="user.country" value="US"/>
<property name="sun.boot.library.path" value="C:\Program Files\Microsoft\jdk-21.0.6.7-hotspot\bin"/>
<property name="sun.java.command" value="C:\WINDOWS\SystemTemp\surefire17225291504381665774\surefirebooter11602279263662167230.jar C:\Windows\SystemTemp\surefire17225291504381665774 2025-01-26T16-33-01_531-jvmRun1 surefire7636702090549747763tmp surefire_08406280938879595018tmp"/>
<property name="jdk.debug" value="release"/>
<property name="surefire.test.class.path" value="C:\ProgramData\Jenkins\.jenkins\workspace\Hello-Maven\target\test-classes;C:\ProgramData\Jenkins\.jenkins\workspace\Hello-Maven\target\classes;C:\WINDOWS\system32\config\systemprofile\.m2\repository\junit\junit\4.11\junit-4.11.jar;C:\WINDOWS\system32\config\systemprofile\.m2\repository\org\hamcrest\hamcrest-core\1.3\hamcrest-core-1.3.jar;"/>
<property name="sun.cpu.endian" value="little"/>
<property name="user.home" value="C:\WINDOWS\system32\config\systemprofile"/>
<property name="user.language" value="en"/>
<property name="java.specification.vendor" value="Oracle Corporation"/>
<property name="java.version.date" value="2025-01-21"/>
<property name="java.home" value="C:\Program Files\Microsoft\jdk-21.0.6.7-hotspot"/>
<property name="file.separator" value="\"/>
<property name="basedir" value="C:\ProgramData\Jenkins\.jenkins\workspace\Hello-Maven"/>
<property name="java.vm.compressedOopsMode" value="Zero based"/>
<property name="line.separator" value="&#10;"/>
<property name="java.vm.specification.vendor" value="Oracle Corporation"/>
<property name="java.specification.name" value="Java Platform API Specification"/>
<property name="surefire.real.class.path" value="C:\WINDOWS\SystemTemp\surefire17225291504381665774\surefirebooter11602279263662167230.jar"/>
<property name="user.script" value=""/>
<property name="sun.management.compiler" value="HotSpot 64-Bit Tiered Compilers"/>
<property name="java.runtime.version" value="21.0.6+7-LTS"/>
<property name="user.name" value="VIKAAS$"/>
<property name="stdout.encoding" value="Cp1252"/>
<property name="path.separator" value=";"/>
<property name="os.version" value="10.0"/>
<property name="java.runtime.name" value="OpenJDK Runtime Environment"/>
<property name="file.encoding" value="UTF-8"/>
<property name="java.vm.name" value="OpenJDK 64-Bit Server VM"/>
<property name="java.vendor.version" value="Microsoft-10800203"/>
<property name="localRepository" value="C:\WINDOWS\system32\config\systemprofile\.m2\repository"/>
<property name="java.vendor.url.bug" value="https://github.com/microsoft/openjdk/issues"/>
<property name="java.io.tmpdir" value="C:\WINDOWS\SystemTemp\"/>
<property name="java.version" value="21.0.6"/>
<property name="user.dir" value="C:\ProgramData\Jenkins\.jenkins\workspace\Hello-Maven"/>
<property name="os.arch" value="amd64"/>
<property name="java.vm.specification.name" value="Java Virtual Machine Specification"/>
<property name="sun.os.patch.level" value=""/>
<property name="native.encoding" value="Cp1252"/>
<property name="java.library.path" value="C:\Program Files\Microsoft\jdk-21.0.6.7-hotspot\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\ProgramData\Jenkins\.jenkins\tools\hudson.tasks.Maven_MavenInstallation\Maven-3.9.9/bin;C:\Program Files (x86)\Common Files\Oracle\Java\java8path;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\ProgramData\chocolatey\bin;C:\Users\virat\Downloads\sqlite-tools-win-x64-3470000\sqlite3;C:\Program Files\dotnet\;C:\Program Files\Git\cmd;C:\Program Files\Microsoft\jdk-21.0.6.7-hotspot\bin;C:\WINDOWS\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps;."/>
<property name="java.vm.info" value="mixed mode, sharing"/>
<property name="stderr.encoding" value="Cp1252"/>
<property name="java.vendor" value="Microsoft"/>
<property name="java.vm.version" value="21.0.6+7-LTS"/>
<property name="sun.io.unicode.encoding" value="UnicodeLittle"/>
<property name="java.class.version" value="65.0"/>
</properties>
<testcase name="shouldAnswerWithTrue" classname="com.learningjenkins.AppTest" time="0.003"/>
</testsuite>

+ 4
- 0
target/surefire-reports/com.learningjenkins.AppTest.txt View File

@ -0,0 +1,4 @@
-------------------------------------------------------------------------------
Test set: com.learningjenkins.AppTest
-------------------------------------------------------------------------------
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s - in com.learningjenkins.AppTest

BIN
target/test-classes/com/learningjenkins/AppTest.class View File


Loading…
Cancel
Save