Skip to content

Commit 1c44c12

Browse files
committed
Edit JenkisnFile
1 parent 5265900 commit 1c44c12

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Jenkinsfile

+5
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,10 @@ pipeline {
1717
echo "Deploying in Staging Area"
1818
}
1919
}
20+
stage('Deploy Production') {
21+
steps {
22+
echo "Deploying in Production Area"
23+
}
24+
}
2025
}
2126
}

0 commit comments

Comments
 (0)