mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-22 17:17:37 +00:00
oh boy
This commit is contained in:
parent
3500cae2da
commit
3c20213c0d
5
.gitignore
vendored
5
.gitignore
vendored
@ -2,7 +2,7 @@
|
||||
/.idea/codeStyles/codeStyleConfig.xml
|
||||
*.iml
|
||||
/target/
|
||||
/src/main/resources/build.properties
|
||||
Plex-Core/src/main/resources/build.properties
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
@ -15,3 +15,6 @@ Thumbs.db
|
||||
# Gradle
|
||||
/build/
|
||||
/.gradle/
|
||||
Plex-Core/build/
|
||||
Plex-API/build/
|
||||
/jars/
|
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -23,8 +23,8 @@ pipeline {
|
||||
}
|
||||
post {
|
||||
always {
|
||||
archiveArtifacts artifacts: "build/libs/*.jar", fingerprint: true
|
||||
javadoc javadocDir: "build/docs/javadoc", keepAll: false
|
||||
archiveArtifacts artifacts: "jars/*.jar", fingerprint: true
|
||||
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
|
||||
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
|
||||
buildNumber=375 (local)
|
||||
buildDate=04/09/2022 <light_purple>at<gold> 11\:50\:45 PM
|
||||
buildHead=de20747
|
||||
buildNumber=381 (local)
|
||||
buildDate=04/09/2022 <light_purple>at<gold> 11\:59\:10 PM
|
||||
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
|
||||
buildNumber=375 (local)
|
||||
buildDate=04/09/2022 <light_purple>at<gold> 11\:50\:45 PM
|
||||
buildHead=de20747
|
||||
buildNumber=381 (local)
|
||||
buildDate=04/09/2022 <light_purple>at<gold> 11\:59\:10 PM
|
||||
buildHead=3500cae
|
||||
|
Loading…
Reference in New Issue
Block a user