Update Jenkinsfile

This commit is contained in:
priyatham 2025-06-22 18:02:09 -07:00
parent a89df0aaa3
commit a800d51902

6
Jenkinsfile vendored
View file

@ -7,11 +7,7 @@ pipeline
{ {
steps steps
{ {
echo 'Starting Build...' echo 'running build'
docker build .
// Delete old and create new out folder
//sh 'rm -rf out && mkdir out -p'
} }
} }