Skip to content

Commit

Permalink
Updated files. All ready to relase a new MTS version
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-rodriguez committed Dec 4, 2018
1 parent 69d008c commit 9b35d6b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 67 deletions.
Empty file removed jenkins/angular/README.md
Empty file.
6 changes: 3 additions & 3 deletions jenkins/angular/cicd/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ pipeline{
// Artifact groupId
groupId = 'com.devonfw.mythaistar'
// Nexus repository ID
repositoryId = 'devon.releases'
repositoryId = 'devon.snapshots'
// Nexus internal URL
repositoryUrl = 'http://nexus3-core:8081/nexus3/repository/releases'
repositoryUrl = 'http://nexus3-core:8081/nexus3/repository/snapshots'
// Maven global settings ID
mavenGlobalSettings = '9d437f6e-46e7-4a11-a8d1-2f0055f14033'
// JavaJDK tool id
Expand Down Expand Up @@ -121,7 +121,7 @@ pipeline{
mvn deploy:deploy-file \
-DgroupId=${groupId} \
-DartifactId=${props.name} \
-Dversion=${props.version} \
-Dversion=${props.version}-SNAPSHOT \
-Dpackaging=zip \
-Dfile=${props.name}.zip \
-DrepositoryId=${repositoryId} \
Expand Down
64 changes: 0 additions & 64 deletions jenkins/angular/deployment/Jenkinsfile

This file was deleted.

Empty file removed jenkins/java/README.md
Empty file.
4 changes: 4 additions & 0 deletions jenkins/java/cicd/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@ pipeline{
}

environment {
// Directory with java project
javaDir = 'java/mtsj'
// Maven global settings ID
mavenGlobalSettings = '9d437f6e-46e7-4a11-a8d1-2f0055f14033'

// sonarQube
// Name of the sonarQube environment
sonarEnv = "SonarQube"
}

Expand Down

0 comments on commit 9b35d6b

Please sign in to comment.