Skip to content

Commit af164a9

Browse files
Update jenkinsfile
1 parent a52e383 commit af164a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pipeline {
1515
stage('Deploy to Development'){
1616
steps{
1717
// deploy adapters: [tomcat8(credentialsId: 'tomcat', path: '', url: 'http://18.224.251.223:8000/')], contextPath: null, onFailure: false, war: '**/*.war'
18-
deploy adapters: [tomcat8(credentialsId: 'tomcat_cred', path: '', url: 'http://18.191.201.243:8080')], contextPath: 'basic', onFailure: false, war: '**/*.war'
18+
deploy adapters: [tomcat8(credentialsId: 'tomcat_cred', path: '', url: 'http://18.191.201.243:8080')], contextPath: 'basic', onFailure: false, war: '**/*.jar'
1919
}
2020
}
2121
}

0 commit comments

Comments
 (0)