update3
This commit is contained in:
@@ -13,7 +13,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
// Construim imaginea și îi dăm un nume (tag)
|
// Construim imaginea și îi dăm un nume (tag)
|
||||||
sh 'cd project1 && docker build -f Dockerfile.jenkins -t web-checker-app .'
|
sh 'cd project1 && docker build -f Dockerfile -t web-checker-app .'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user