Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker branch #27

Open
wants to merge 19 commits into
base: docker
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ pipeline {
);
}
else {
error "*** File: ${artifactPath}, could not be found";
error "*** File: ${artifactPath}, not be found";
}
}
}
Expand Down
21 changes: 21 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# must be unique in a given SonarQube instance
sonar.projectKey=addy-vprofile-project_vprofile
sonar.verbose=true
sonar.language=java
sonar.organization=addy-vprofile-project

# --- optional properties ---

# defaults to project key
sonar.projectName=vprofile
# defaults to 'not provided'
sonar.projectVersion=1.0

# Path is relative to the sonar-project.properties file. Defaults to .
sonar.sources=src/
sonar.java.binaries=target/test-classes/com/visualpathit/account/controllerTest/
# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8
#sonar.java.checkstyle.reportPaths=target/checkstyle-result.xml
sonar.junit.reportPaths=target/surefire-reports/
sonar.jacoco.reportPaths=target/jacoco.exec
2 changes: 1 addition & 1 deletion vagrant/Automated_provisioning_MacOSM1/memcache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mv /etc/yum.repos.d/fedora-updates.repo /tmp/
mv /etc/yum.repos.d/fedora-updates-modular.repo /tmp/
yum clean all
yum update
#yum update
sudo yum install epel-release -y
sudo yum install memcached -y
sudo systemctl start memcached
Expand Down
2 changes: 1 addition & 1 deletion vagrant/Automated_provisioning_MacOSM1/mysql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sudo mv /etc/yum.repos.d/fedora-updates.repo /tmp/
sudo mv /etc/yum.repos.d/fedora-updates-modular.repo /tmp/
sudo yum clean all
sudo yum update -y
#sudo yum update -y
DATABASE_PASS='admin123'
#sudo yum install epel-release -y
sudo yum install git zip unzip -y
Expand Down
2 changes: 1 addition & 1 deletion vagrant/Automated_provisioning_MacOSM1/rabbitmq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sudo mv /etc/yum.repos.d/fedora-updates.repo /tmp/
sudo mv /etc/yum.repos.d/fedora-updates-modular.repo /tmp/
sudo yum clean all
sudo yum update -y
#sudo yum update -y
echo "SElinux changes."
sed -i 's/SELINUX=enforcing/SELINUX=disabled/' /etc/selinux/config
setenforce 0
Expand Down
Binary file not shown.
Binary file not shown.