We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a763c8 commit 43fa654Copy full SHA for 43fa654
Jenkinsfile
@@ -23,11 +23,11 @@ pipeline {
23
sh 'sudo yum install npm -y'
24
}
25
26
- //stage("Archieve files for test"){
27
- // steps{
28
- //sh 'tar -czf cart.tgz node_modules cart.js package.json'
29
- // }
30
+ stage("Archieve files for test"){
+ steps{
+ sh 'tar -czf cart.tgz node_modules cart.js package.json'
+ }
31
// stage("upload artifacts"){
32
// steps{
33
// sh 'curl -v -u admin:admin123 --uploadfile cart.tgz http://3.82.15.64:8081/repository/sample/cart.tgz'
0 commit comments