Skip to content

Commit 2b2f6da

Browse files
Update jenkinsfile
1 parent c148260 commit 2b2f6da

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
@@ -17,7 +17,7 @@ pipeline {
1717
// deploy adapters: [tomcat8(credentialsId: 'tomcat', path: '', url: 'http://18.224.251.223:8000/')], contextPath: null, onFailure: false, war: '**/*.war'
1818
// deploy adapters: [tomcat8(credentialsId: 'tomcat_cred', path: '', url: 'http://18.191.201.243:8080')], contextPath: 'basic', onFailure: false, war: '**/*.jar'
1919
//sh 'curl http://18.191.201.243:8080//manager/text/undeploy?path=/BMI -u tomcat:secret'
20-
sh 'curl -v -u tomcat:secret -T target/org.jacoco.examples.maven.java-1.0-SNAPSHOT.jar http://18.191.201.243:8080//manager/text/deploy?path=/BMI'
20+
sh 'curl -v -u tomcat:secret -T target/org.jacoco.examples.maven.java-1.0-SNAPSHOT.jar http://18.191.201.243:8080//manager/text/deploy?path=/examplejava'
2121

2222
}
2323
}

0 commit comments

Comments
 (0)