mirror of
https://github.com/apache/archiva.git
synced 2025-02-13 05:26:58 +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'
|
||||
buildJdk = 'JDK 1.7 (latest)'
|
||||
buildMvn = 'Maven 3.5.2'
|
||||
deploySettings = 'DefaultMavenSettingsProvider.1331204114925'
|
||||
deploySettings = 'archiva-uid-jenkins'
|
||||
INTEGRATION_PIPELINE = "Archiva-IntegrationTests-Gitbox"
|
||||
|
||||
pipeline {
|
||||
@ -40,21 +40,6 @@ pipeline {
|
||||
|
||||
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') {
|
||||
steps {
|
||||
timeout(120) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user