commit | 72c3c6cb1cab5f93015de0bfd1d1041043accd96 | [log] [tgz] |
---|---|---|
author | ravi2krishna <ravi2krishna@gmail.com> | Sun May 03 11:38:47 2020 +0530 |
committer | ravi2krishna <ravi2krishna@gmail.com> | Sun May 03 11:38:47 2020 +0530 |
tree | 677bc971e837245ad7912f92f50144224c305b86 | |
parent | 85a3d85d2f76b773f7521f4fc50101d49c1e6c69 [diff] |
added muliple stages
diff --git a/Jenkinsfile b/Jenkinsfile index ae4769e..1c9b40a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -5,6 +5,8 @@ stage('Compile') { steps { echo 'Code Compiled' + sh 'pwd' + sh 'ls' } } stage('Tests') {