Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBalázs Grill2022-05-18 06:50:59 +0000
committerBalázs Grill2022-05-18 06:50:59 +0000
commit9e7826009ab73f9eb38bccee7486fb580c515859 (patch)
treea5636503a9b490eab161179d0934d4afcc06fa07
parent0e8e95a3f957963883c495c12ce3cebdaa91ca4f (diff)
downloadorg.eclipse.sphinx-9e7826009ab73f9eb38bccee7486fb580c515859.tar.gz
org.eclipse.sphinx-9e7826009ab73f9eb38bccee7486fb580c515859.tar.xz
org.eclipse.sphinx-9e7826009ab73f9eb38bccee7486fb580c515859.zip
Removed profile declaration from jenkinsfile
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index b8d81018..f5681701 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -31,7 +31,7 @@ pipeline {
stage('Full build') {
steps {
xvnc {
- sh "mvn -B -f releng/org.eclipse.sphinx.releng.builds/pom.xml ${SIGN_BUILD_PARAMETER} ${VERSION_MAVEN_PARAMETER} -P platform-2020-09 -Dmaven.repo.local=$WORKSPACE/.repository -Dmaven.test.failure.ignore=true clean install"
+ sh "mvn -B -f releng/org.eclipse.sphinx.releng.builds/pom.xml ${SIGN_BUILD_PARAMETER} ${VERSION_MAVEN_PARAMETER} -Dmaven.repo.local=$WORKSPACE/.repository -Dmaven.test.failure.ignore=true clean install"
}
}
}

Back to the top