aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLexManos <LexManos@gmail.com>2018-11-02 12:51:45 -0700
committerLexManos <LexManos@gmail.com>2018-11-02 12:51:45 -0700
commitd3ca57cf572010acecbd93266d93df27080f8ac7 (patch)
treeeaaf9a245227d6067f28a0fcd3ad50dc8a2df5a8
parent003159a2ed2cfa7f949311f6cecae1b9218a1371 (diff)
downloadArtifactural-d3ca57cf572010acecbd93266d93df27080f8ac7.tar.gz
Artifactural-d3ca57cf572010acecbd93266d93df27080f8ac7.tar.bz2
Artifactural-d3ca57cf572010acecbd93266d93df27080f8ac7.zip
Build maven index after publishing.
-rw-r--r--.gitignore1
-rw-r--r--Jenkinsfile1
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2c770e0..7ed49fa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,6 +16,7 @@ out
# gradle
build
.gradle
+repo
# other
eclipse
diff --git a/Jenkinsfile b/Jenkinsfile
index 591de7d..6e84311 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -44,6 +44,7 @@ pipeline {
}
steps {
sh './gradlew ${GRADLE_ARGS} publish -PforgeMavenUser=${FORGE_MAVEN_USR} -PforgeMavenPassword=${FORGE_MAVEN_PSW}'
+ sh 'curl --user ${FORGE_MAVEN} http://files.minecraftforge.net/maven/manage/promote/latest/net.minecraftforge.artifactural/${MYVERSION}'
}
}
}