Skip to content

Commit

Permalink
fix Jenkinsfile contents
Browse files Browse the repository at this point in the history
  • Loading branch information
yoowonsuk committed Nov 7, 2022
1 parent a5bcd91 commit bc0650b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pipeline {
}
stage('Deploy') {
steps {
deploy adapters: [tomcat9(credentialsId: 'tomcat-manager', url: 'http://3.38.200.148:8080/')], contextPath: null, war: 'target'
deploy adapters: [tomcat9(credentialsId: 'tomcat-manager', url: 'http://3.38.200.148:8080/')], contextPath: null, war: '/var/lib/jenkins/workspace/maven_project/target'
}
}
}
Expand Down

0 comments on commit bc0650b

Please sign in to comment.