We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae9d3dc commit 0f87e74Copy full SHA for 0f87e74
Jenkinsfile
@@ -1,6 +1,6 @@
1
node('jenkins-slave-ruby-centos7') {
2
stage('Build') {
3
- git url: "https://github.com/ramzallan/CSHPublicSite.git"
+ git url: "https://github.com/ComputerScienceHouse/CSHPublicSite.git"
4
sh "bundle install"
5
sh "bundle exec rake build:production"
6
}
0 commit comments