Update Jenkinsfile

This commit is contained in:
ametgud4u 2023-08-23 21:04:43 +05:30 committed by GitHub
parent 1940f3f9e4
commit 37d1d2c168
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
Jenkinsfile vendored
View file

@ -20,6 +20,14 @@ pipeline {
'''
}
}
stage('Docker Image Creation') {
steps {
// Run the tests
sh '''
echo "Create a image"
'''
}
stage('Deployment on UT') {
steps {
// Run the tests