mirror of
https://github.com/plexusorg/Plex.git
synced 2026-06-04 05:26:55 +00:00
oh boy
This commit is contained in:
+4
-1
@@ -2,7 +2,7 @@
|
|||||||
/.idea/codeStyles/codeStyleConfig.xml
|
/.idea/codeStyles/codeStyleConfig.xml
|
||||||
*.iml
|
*.iml
|
||||||
/target/
|
/target/
|
||||||
/src/main/resources/build.properties
|
Plex-Core/src/main/resources/build.properties
|
||||||
|
|
||||||
# OS
|
# OS
|
||||||
.DS_Store
|
.DS_Store
|
||||||
@@ -15,3 +15,6 @@ Thumbs.db
|
|||||||
# Gradle
|
# Gradle
|
||||||
/build/
|
/build/
|
||||||
/.gradle/
|
/.gradle/
|
||||||
|
Plex-Core/build/
|
||||||
|
Plex-API/build/
|
||||||
|
/jars/
|
||||||
Vendored
+2
-2
@@ -23,8 +23,8 @@ pipeline {
|
|||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
archiveArtifacts artifacts: "build/libs/*.jar", fingerprint: true
|
archiveArtifacts artifacts: "jars/*.jar", fingerprint: true
|
||||||
javadoc javadocDir: "build/docs/javadoc", keepAll: false
|
javadoc javadocDir: "Plex-Core/build/docs/javadoc", keepAll: false
|
||||||
discordSend description: "**Build:** ${env.BUILD_NUMBER}\n**Status:** ${currentBuild.currentResult}", enableArtifactsList: true, footer: "Built with Jenkins", link: env.BUILD_URL, result: currentBuild.currentResult, scmWebUrl: "https://github.com/plexusorg/Plex", showChangeset: true, title: env.JOB_NAME, webhookURL: env.PLEX_WEBHOOK_URL
|
discordSend description: "**Build:** ${env.BUILD_NUMBER}\n**Status:** ${currentBuild.currentResult}", enableArtifactsList: true, footer: "Built with Jenkins", link: env.BUILD_URL, result: currentBuild.currentResult, scmWebUrl: "https://github.com/plexusorg/Plex", showChangeset: true, title: env.JOB_NAME, webhookURL: env.PLEX_WEBHOOK_URL
|
||||||
cleanWs()
|
cleanWs()
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,5 +1,5 @@
|
|||||||
#Sat, 09 Apr 2022 23:50:45 -0500
|
#Sat, 09 Apr 2022 23:59:10 -0500
|
||||||
buildAuthor=Telesphoreo
|
buildAuthor=Telesphoreo
|
||||||
buildNumber=375 (local)
|
buildNumber=381 (local)
|
||||||
buildDate=04/09/2022 <light_purple>at<gold> 11\:50\:45 PM
|
buildDate=04/09/2022 <light_purple>at<gold> 11\:59\:10 PM
|
||||||
buildHead=de20747
|
buildHead=3500cae
|
||||||
|
|||||||
Binary file not shown.
@@ -1,5 +1,5 @@
|
|||||||
#Sat, 09 Apr 2022 23:50:45 -0500
|
#Sat, 09 Apr 2022 23:59:10 -0500
|
||||||
buildAuthor=Telesphoreo
|
buildAuthor=Telesphoreo
|
||||||
buildNumber=375 (local)
|
buildNumber=381 (local)
|
||||||
buildDate=04/09/2022 <light_purple>at<gold> 11\:50\:45 PM
|
buildDate=04/09/2022 <light_purple>at<gold> 11\:59\:10 PM
|
||||||
buildHead=de20747
|
buildHead=3500cae
|
||||||
|
|||||||
Reference in New Issue
Block a user