Skip to content
Snippets Groups Projects
Commit 13553c0a authored by OZGCloud's avatar OZGCloud
Browse files

OZG-3550 remove commented-out code

parent 8f09e3f5
Branches
Tags
No related merge requests found
......@@ -62,15 +62,11 @@ pipeline {
sh 'mvn -s $MAVEN_SETTINGS -P ci-build clean install -Dmaven.wagon.http.retryHandler.count=3'
script {
//try {
if (env.BRANCH_NAME == 'master') {
withSonarQubeEnv('sonarqube-ozg-sh'){
sh 'mvn -s $MAVEN_SETTINGS sonar:sonar'
}
}
//} catch (Exception e) {
//unstable("SonarQube failed")
//}
}
}
}
......@@ -130,7 +126,6 @@ Void clonePlutoRepo() {
}
dir("pluto") {
// sh 'git checkout tags/${PLUTO_INTERFACE_VERSION} -b branch'
sh 'git checkout -b branch'
}
configureGit("pluto")
......@@ -143,7 +138,6 @@ Void cloneIntelliformAdapterRepo() {
}
dir("intelliform-adapter") {
// sh 'git checkout tags/${FORMSOLUTIONS_INTERFACE_VERSION} -b branch'
sh 'git checkout -b branch'
}
configureGit("intelliform-adapter")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment