Skip to content

Commit 43fa654

Browse files
authored
Update Jenkinsfile
1 parent 3a763c8 commit 43fa654

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Jenkinsfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ pipeline {
2323
sh 'sudo yum install npm -y'
2424
}
2525
}
26-
//stage("Archieve files for test"){
27-
// steps{
28-
//sh 'tar -czf cart.tgz node_modules cart.js package.json'
29-
// }
30-
// }
26+
stage("Archieve files for test"){
27+
steps{
28+
sh 'tar -czf cart.tgz node_modules cart.js package.json'
29+
}
30+
}
3131
// stage("upload artifacts"){
3232
// steps{
3333
// sh 'curl -v -u admin:admin123 --uploadfile cart.tgz http://3.82.15.64:8081/repository/sample/cart.tgz'

0 commit comments

Comments
 (0)