Skip to content

shaikmdrafi/cicd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 

Repository files navigation

this project is designed to test cicd functionality

checking cicd functionality today.....

######### post build commands in jenkins ############

docker build -t testimage:$BUILD_NUMBER .

docker rm -f $(docker ps |grep test1 |awk '{print $1}')

docker run --name test1 -d -p 80:80 testimage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published