mirror of
https://github.com/apache/archiva.git
synced 2025-02-16 06:56:41 +00:00
Changing central maven config (Jenkins change)
This commit is contained in:
parent
4b43745024
commit
9d120dd649
17
Jenkinsfile
vendored
17
Jenkinsfile
vendored
@ -30,7 +30,7 @@
|
|||||||
LABEL = 'ubuntu'
|
LABEL = 'ubuntu'
|
||||||
buildJdk = 'JDK 1.7 (latest)'
|
buildJdk = 'JDK 1.7 (latest)'
|
||||||
buildMvn = 'Maven 3.5.2'
|
buildMvn = 'Maven 3.5.2'
|
||||||
deploySettings = 'DefaultMavenSettingsProvider.1331204114925'
|
deploySettings = 'archiva-uid-jenkins'
|
||||||
INTEGRATION_PIPELINE = "Archiva-IntegrationTests-Gitbox"
|
INTEGRATION_PIPELINE = "Archiva-IntegrationTests-Gitbox"
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
@ -40,21 +40,6 @@ pipeline {
|
|||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
|
||||||
|
|
||||||
stage('Checkout') {
|
|
||||||
steps {
|
|
||||||
script {
|
|
||||||
echo "Info: Job-Name=${JOB_NAME}, Branch=${BRANCH_NAME}, Workspace=${PWD}"
|
|
||||||
}
|
|
||||||
checkout scm
|
|
||||||
}
|
|
||||||
post {
|
|
||||||
failure {
|
|
||||||
notifyBuild("Checkout failure")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('BuildAndDeploy') {
|
stage('BuildAndDeploy') {
|
||||||
steps {
|
steps {
|
||||||
timeout(120) {
|
timeout(120) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user