We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30f5640 commit f03474dCopy full SHA for f03474d
1 file changed
Jenkinsfile
@@ -16,8 +16,8 @@ pipeline {
16
steps {
17
sh 'echo "I am Deploying"'
18
sh '''
19
- sudo cp /var/lib/jenkins/workspace/jenkins-pipeline/target/my-java-app-1.0-SNAPSHOT.war \
20
- /home/ec2-user/apache-tomcat-9.0.113/webapps/
+ sudo cp /var/lib/jenkins/workspace/pipelineJob/target/my-java-app-1.0-SNAPSHOT.war \
+ /home/ubuntu/apache-tomcat-11.0.20/webapps/
21
'''
22
}
23
0 commit comments