Skip to content

Commit 34e0ce4

Browse files
Update Jenkinsfile
1 parent c8a47e4 commit 34e0ce4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pipeline {
33
label 'slave1'
44
}
55

6-
// stages {
6+
stages {
77
// stage('Git checkout') {
88
// steps {
99
// echo 'We are now checking out the git repository'
@@ -49,5 +49,5 @@ pipeline {
4949
sh 'sudo cp /home/ec2-user/jenkins/workspace/cicd_master/target/*.war /opt/apache*/webapps/'
5050
}
5151
}
52-
}
52+
}
5353
}

0 commit comments

Comments
 (0)