Update Jenkinsfile3
This commit is contained in:
parent
d82f45e1ee
commit
2f50f8d1b8
@ -23,11 +23,13 @@ pipeline {
|
||||
|
||||
stages {
|
||||
stage('Build image'){
|
||||
steps{
|
||||
checkout scm
|
||||
//Pierwszy argument to tag, który zostania nadany zbudowanemu obrazowi
|
||||
//Jeśli chcemy użyć Dockerfile z innej ścieżki niż ./Dockerfile, możemy ją podać jako drugi argument
|
||||
def testImage = docker.build("test-image", "./Dockerfile")
|
||||
}
|
||||
}
|
||||
stage('Build') {
|
||||
steps {
|
||||
// Run the maven build
|
||||
|
Loading…
Reference in New Issue
Block a user