Skip to content
Success

Console Output

Started by user fullwall
Running as SYSTEM
Building in workspace /var/lib/jenkins/jobs/CitizensAPI/workspace
No JDK named ‘OpenJDK 17’ found
The recommended git tool is: NONE
No credentials specified
Wiping out workspace first.
No JDK named ‘OpenJDK 17’ found
Cloning the remote Git repository
Cloning repository https://github.com/CitizensDev/CitizensAPI.git
 > git init /var/lib/jenkins/jobs/CitizensAPI/workspace # timeout=10
Fetching upstream changes from https://github.com/CitizensDev/CitizensAPI.git
 > git --version # timeout=10
 > git --version # 'git version 2.39.3'
 > git fetch --tags --force --progress -- https://github.com/CitizensDev/CitizensAPI.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/CitizensDev/CitizensAPI.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Seen branch in repository origin/compat
Seen branch in repository origin/master
Seen branch in repository origin/simplify
Seen branch in repository origin/speech
Seen 4 remote branches
 > git show-ref --tags -d # timeout=10
No JDK named ‘OpenJDK 17’ found
Checking out Revision 977d4fba4102b29796e9fdc89e4cf3e632aab94d (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 977d4fba4102b29796e9fdc89e4cf3e632aab94d # timeout=10
Commit message: "Remove jnbt"
 > git rev-list --no-walk 977d4fba4102b29796e9fdc89e4cf3e632aab94d # timeout=10
 > git tag -a -f -m Jenkins Build #1122 jenkins-CitizensAPI-1122 # timeout=10
No JDK named ‘OpenJDK 17’ found
false
No JDK named ‘OpenJDK 17’ found
Parsing POMs
Established TCP socket on 36193
[workspace] $ java -Djava.awt.headless=true -Djava.awt.headless=true -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-agent-1.14.jar:/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.9.6/boot/plexus-classworlds-2.7.0.jar:/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.9.6/conf/logging jenkins.maven3.agent.Maven35Main /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.9.6 /var/cache/jenkins/war/WEB-INF/lib/remoting-3206.vb_15dcf73f6a_9.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-interceptor-1.14.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.14.jar 36193
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/lib/jenkins/jobs/CitizensAPI/workspace/pom.xml clean install javadoc:javadoc
[INFO] Scanning for projects...
[INFO] 
[INFO] --------------------< net.citizensnpcs:citizensapi >--------------------
[INFO] Building CitizensAPI 2.0.34-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ citizensapi ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ citizensapi ---
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ citizensapi ---
[INFO] Changes detected - recompiling the module! :source
[INFO] Compiling 243 source files with javac [debug release 8] to target/classes
[WARNING] source value 8 is obsolete and will be removed in a future release
[WARNING] target value 8 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] Annotation processing is enabled because one or more processors were found
  on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
[WARNING] Supported source version 'RELEASE_7' from annotation processor 'net.java.truecommons.annotations.processing.ServiceImplementationProcessor' less than -source '8'
[WARNING] Supported source version 'RELEASE_7' from annotation processor 'net.java.truecommons.annotations.processing.ServiceSpecificationProcessor' less than -source '8'
[WARNING] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/util/ItemStorage.java:[64,36] getByIdentifier(java.lang.String) in org.bukkit.block.banner.PatternType has been deprecated and marked for removal
[WARNING] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/util/ItemStorage.java:[234,40] getByIdentifier(java.lang.String) in org.bukkit.block.banner.PatternType has been deprecated and marked for removal
[INFO] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/astar/pathfinder/DoorExaminer.java: Some input files use or override a deprecated API.
[INFO] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/astar/pathfinder/DoorExaminer.java: Recompile with -Xlint:deprecation for details.
[INFO] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/npc/SimpleMetadataStore.java: Some input files use unchecked or unsafe operations.
[INFO] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/npc/SimpleMetadataStore.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ citizensapi ---
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/CitizensAPI/workspace/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ citizensapi ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug release 8] to target/test-classes
[WARNING] source value 8 is obsolete and will be removed in a future release
[WARNING] target value 8 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] Annotation processing is enabled because one or more processors were found
  on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
[WARNING] Supported source version 'RELEASE_7' from annotation processor 'net.java.truecommons.annotations.processing.ServiceImplementationProcessor' less than -source '8'
[WARNING] Supported source version 'RELEASE_7' from annotation processor 'net.java.truecommons.annotations.processing.ServiceSpecificationProcessor' less than -source '8'
[INFO] 
[INFO] --- surefire:3.2.2:test (default-test) @ citizensapi ---
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.2.2/maven-surefire-common-3.2.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.2.2/maven-surefire-common-3.2.2.pom (6.1 kB at 14 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.2.2/surefire-api-3.2.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.2.2/surefire-api-3.2.2.pom (3.4 kB at 264 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.2.2/surefire-logger-api-3.2.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.2.2/surefire-logger-api-3.2.2.pom (3.2 kB at 352 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-shared-utils/3.2.2/surefire-shared-utils-3.2.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-shared-utils/3.2.2/surefire-shared-utils-3.2.2.pom (4.1 kB at 406 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.2.2/surefire-extensions-api-3.2.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.2.2/surefire-extensions-api-3.2.2.pom (3.2 kB at 321 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.2.2/surefire-booter-3.2.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.2.2/surefire-booter-3.2.2.pom (4.3 kB at 481 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-spi/3.2.2/surefire-extensions-spi-3.2.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-spi/3.2.2/surefire-extensions-spi-3.2.2.pom (1.7 kB at 172 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.12.0/commons-io-2.12.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.12.0/commons-io-2.12.0.pom (20 kB at 1.2 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/57/commons-parent-57.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/57/commons-parent-57.pom (83 kB at 3.1 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom (5.6 kB at 563 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.2.2/maven-surefire-common-3.2.2.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.2.2/maven-surefire-common-3.2.2.jar (309 kB at 6.3 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.2.2/surefire-api-3.2.2.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.2.2/surefire-logger-api-3.2.2.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.2.2/surefire-extensions-api-3.2.2.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.2.2/surefire-booter-3.2.2.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-spi/3.2.2/surefire-extensions-spi-3.2.2.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.2.2/surefire-extensions-api-3.2.2.jar (26 kB at 1.1 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.12.0/commons-io-2.12.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-spi/3.2.2/surefire-extensions-spi-3.2.2.jar (8.2 kB at 190 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-shared-utils/3.2.2/surefire-shared-utils-3.2.2.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.2.2/surefire-logger-api-3.2.2.jar (14 kB at 191 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.2.2/surefire-api-3.2.2.jar (171 kB at 1.7 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.12.0/commons-io-2.12.0.jar (474 kB at 4.8 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.2.2/surefire-booter-3.2.2.jar (118 kB at 1.0 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-shared-utils/3.2.2/surefire-shared-utils-3.2.2.jar (2.3 MB at 11 MB/s)
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/3.2.2/surefire-junit4-3.2.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/3.2.2/surefire-junit4-3.2.2.pom (3.0 kB at 370 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/3.2.2/surefire-providers-3.2.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/3.2.2/surefire-providers-3.2.2.pom (2.5 kB at 423 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit4/3.2.2/common-junit4-3.2.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit4/3.2.2/common-junit4-3.2.2.pom (3.0 kB at 304 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit3/3.2.2/common-junit3-3.2.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit3/3.2.2/common-junit3-3.2.2.pom (2.7 kB at 245 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.2.2/common-java5-3.2.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.2.2/common-java5-3.2.2.pom (2.7 kB at 304 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/3.2.2/surefire-junit4-3.2.2.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/3.2.2/surefire-junit4-3.2.2.jar (18 kB at 2.6 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit4/3.2.2/common-junit4-3.2.2.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit3/3.2.2/common-junit3-3.2.2.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit4/3.2.2/common-junit4-3.2.2.jar (26 kB at 2.6 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit3/3.2.2/common-junit3-3.2.2.jar (12 kB at 918 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.2.2/common-java5-3.2.2.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.2.2/common-java5-3.2.2.jar (18 kB at 878 kB/s)
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running net.citizensnpcs.api.persistence.PersistenceLoaderTest
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.594 s -- in net.citizensnpcs.api.persistence.PersistenceLoaderTest
[INFO] Running net.citizensnpcs.api.ai.SimpleGoalControllerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in net.citizensnpcs.api.ai.SimpleGoalControllerTest
[INFO] Running net.citizensnpcs.api.ai.BehaviorTreeTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in net.citizensnpcs.api.ai.BehaviorTreeTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[JENKINS] Recording test results
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ citizensapi ---
[INFO] Building jar: /var/lib/jenkins/jobs/CitizensAPI/workspace/target/citizensapi-2.0.34-SNAPSHOT.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (bundle-sources) @ citizensapi ---
[INFO] Building jar: /var/lib/jenkins/jobs/CitizensAPI/workspace/target/citizensapi-2.0.34-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ citizensapi ---
[INFO] Installing /var/lib/jenkins/jobs/CitizensAPI/workspace/pom.xml to /var/lib/jenkins/.m2/repository/net/citizensnpcs/citizensapi/2.0.34-SNAPSHOT/citizensapi-2.0.34-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/jobs/CitizensAPI/workspace/target/citizensapi-2.0.34-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/net/citizensnpcs/citizensapi/2.0.34-SNAPSHOT/citizensapi-2.0.34-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/jobs/CitizensAPI/workspace/target/citizensapi-2.0.34-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/net/citizensnpcs/citizensapi/2.0.34-SNAPSHOT/citizensapi-2.0.34-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> javadoc:3.5.0:javadoc (default-cli) > generate-sources @ citizensapi >>>
[WARNING] Failed to getClass for org.apache.maven.plugins.javadoc.JavadocReport
[INFO] 
[INFO] <<< javadoc:3.5.0:javadoc (default-cli) < generate-sources @ citizensapi <<<
[INFO] 
[INFO] 
[INFO] --- javadoc:3.5.0:javadoc (default-cli) @ citizensapi ---
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /var/lib/jenkins/jobs/CitizensAPI/workspace/src/main/java/net/citizensnpcs/api/ai/speech/event/NPCSpeechEvent.java:12: warning: reference not found: VocalChord
[WARNING] * {@link VocalChord}
[WARNING] ^
[WARNING] 1 warning
[JENKINS] Archiving  javadoc
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  40.187 s
[INFO] Finished at: 2024-04-24T13:17:35Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[JENKINS] Archiving /var/lib/jenkins/jobs/CitizensAPI/workspace/pom.xml to net.citizensnpcs/citizensapi/2.0.34-SNAPSHOT/citizensapi-2.0.34-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/CitizensAPI/workspace/target/citizensapi-2.0.34-SNAPSHOT.jar to net.citizensnpcs/citizensapi/2.0.34-SNAPSHOT/citizensapi-2.0.34-SNAPSHOT.jar
[JENKINS] Archiving /var/lib/jenkins/jobs/CitizensAPI/workspace/target/citizensapi-2.0.34-SNAPSHOT-sources.jar to net.citizensnpcs/citizensapi/2.0.34-SNAPSHOT/citizensapi-2.0.34-SNAPSHOT-sources.jar
Copying /var/lib/jenkins/jobs/CitizensAPI/workspace@tmp/maven-reporters/project to /var/lib/jenkins/jobs/CitizensAPI/modules/net.citizensnpcs$citizensapi
channel stopped
No JDK named ‘OpenJDK 17’ found
Archiving artifacts
Maven RedeployPublisher use remote  maven settings from : /var/lib/jenkins/.m2/settings.xml
[INFO] Deployment in https://maven.citizensnpcs.co/repo (id=citizens-repo,uniqueVersion=true)
Deploying the main artifact citizensapi-2.0.34-SNAPSHOT.jar
Downloading from citizens-repo: https://maven.citizensnpcs.co/repo/net/citizensnpcs/citizensapi/2.0.34-SNAPSHOT/maven-metadata.xml
Uploading to citizens-repo: https://maven.citizensnpcs.co/repo/net/citizensnpcs/citizensapi/2.0.34-SNAPSHOT/citizensapi-2.0.34-20240424.131737-1.jar
Uploaded to citizens-repo: https://maven.citizensnpcs.co/repo/net/citizensnpcs/citizensapi/2.0.34-SNAPSHOT/citizensapi-2.0.34-20240424.131737-1.jar (450 kB at 1.1 MB/s)
Uploading to citizens-repo: https://maven.citizensnpcs.co/repo/net/citizensnpcs/citizensapi/2.0.34-SNAPSHOT/citizensapi-2.0.34-20240424.131737-1.pom
Uploaded to citizens-repo: https://maven.citizensnpcs.co/repo/net/citizensnpcs/citizensapi/2.0.34-SNAPSHOT/citizensapi-2.0.34-20240424.131737-1.pom (5.6 kB at 58 kB/s)
Downloading from citizens-repo: https://maven.citizensnpcs.co/repo/net/citizensnpcs/citizensapi/maven-metadata.xml
Downloaded from citizens-repo: https://maven.citizensnpcs.co/repo/net/citizensnpcs/citizensapi/maven-metadata.xml (821 B at 19 kB/s)
Uploading to citizens-repo: https://maven.citizensnpcs.co/repo/net/citizensnpcs/citizensapi/2.0.34-SNAPSHOT/maven-metadata.xml
Uploaded to citizens-repo: https://maven.citizensnpcs.co/repo/net/citizensnpcs/citizensapi/2.0.34-SNAPSHOT/maven-metadata.xml (780 B at 13 kB/s)
Uploading to citizens-repo: https://maven.citizensnpcs.co/repo/net/citizensnpcs/citizensapi/maven-metadata.xml
Uploaded to citizens-repo: https://maven.citizensnpcs.co/repo/net/citizensnpcs/citizensapi/maven-metadata.xml (862 B at 12 kB/s)
Deploying the main artifact citizensapi-2.0.34-SNAPSHOT-sources.jar
Uploading to citizens-repo: https://maven.citizensnpcs.co/repo/net/citizensnpcs/citizensapi/2.0.34-SNAPSHOT/citizensapi-2.0.34-20240424.131737-1-sources.jar
Uploaded to citizens-repo: https://maven.citizensnpcs.co/repo/net/citizensnpcs/citizensapi/2.0.34-SNAPSHOT/citizensapi-2.0.34-20240424.131737-1-sources.jar (224 kB at 2.1 MB/s)
Uploading to citizens-repo: https://maven.citizensnpcs.co/repo/net/citizensnpcs/citizensapi/2.0.34-SNAPSHOT/maven-metadata.xml
Uploaded to citizens-repo: https://maven.citizensnpcs.co/repo/net/citizensnpcs/citizensapi/2.0.34-SNAPSHOT/maven-metadata.xml (995 B at 16 kB/s)
[INFO] Deployment done in 1.3 sec
No JDK named ‘OpenJDK 17’ found
No JDK named ‘OpenJDK 17’ found
No JDK named ‘OpenJDK 17’ found
No JDK named ‘OpenJDK 17’ found
No JDK named ‘OpenJDK 17’ found
[Set GitHub commit status (universal)] SUCCESS on repos [GHRepository@109aaa59[archived=false,commits={},compareUsePaginatedCommits=false,description=API for Citizens,disabled=false,fork=false,homepage=https://citizensnpcs.co,isTemplate=false,language=Java,milestones={},name=CitizensAPI,nodeId=MDEwOlJlcG9zaXRvcnkzMzQzMTkw,parent=<null>,size=12133,source=<null>,visibility=public,createdAt=2012-02-03T09:29:38Z,id=3343190,nodeId=<null>,updatedAt=2024-04-24T10:39:18Z,url=https://api.github.com/repos/CitizensDev/CitizensAPI]] (sha:977d4fb) with context:ci/jenkins/build-status
Setting commit status on GitHub for https://github.com/CitizensDev/CitizensAPI/commit/977d4fba4102b29796e9fdc89e4cf3e632aab94d
No JDK named ‘OpenJDK 17’ found
Sending notification to Discord.
Triggering a new build of Citizens2
Triggering a new build of Citizens2
Finished: SUCCESS