Skip to content

Commit e67f65b

Browse files
authored
commit
1 parent df87a61 commit e67f65b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

008-form wave animation/jenkinsfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ pipeline {
66
git credentialsId: 'db19ea6c-0005-4434-b2f8-02385c2dccce', url: 'git@github.com:CloudGithub1/html-css-javascript-projects.git'
77
}
88
}
9-
stage('Test') {
9+
stage('install httpd') {
1010
steps {
11-
echo "we are good to go"
11+
sh ' yum install httpd -y '
12+
sh ' service start httpd '
1213
}
1314
}
1415
stage('Deploy') {
1516
steps {
16-
echo "will try our best"
17+
echo "dvjkhbvkh"
1718
}
1819
}
1920
}

0 commit comments

Comments
 (0)