Navigation Menu

Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
olamy committed Dec 28, 2018
1 parent ce64134 commit 1388514
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Jenkinsfile
Expand Up @@ -26,7 +26,7 @@
def labels = 'ubuntu'
def buildJdk = 'JDK 1.8 (latest)'
def buildMvn = 'Maven 3.5.2'
def deploySettings = 'DefaultMavenSettingsProvider.1331204114925'
def deploySettings = 'archiva-uid-jenkins'

node(labels) {

Expand Down Expand Up @@ -55,4 +55,8 @@ node(labels) {
sh "mvn deploy -Dmaven.test.skip=true -B -U -e -fae -Dmaven.compiler.fork=false"
}
}

post {
cleanWs()
}
}

0 comments on commit 1388514

Please sign in to comment.