Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyPodgorny committed Nov 10, 2023
1 parent 0e22ef4 commit 2920924
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ pipeline {
stages {
stage('build') {
steps {
sh '/home/sergey/.jenkins/workspace/Games-service_pipeline/server/cart-service gradle build'
echo 'change directory'
sh 'cd /home/sergey/.jenkins/workspace/Games-service_pipeline/server/cart-service'
echo 'directory changed'
sh 'gradle build'
}
}
}
Expand Down

0 comments on commit 2920924

Please sign in to comment.