Update Jenkinsfile3
This commit is contained in:
parent
d82f45e1ee
commit
2f50f8d1b8
@ -23,11 +23,13 @@ pipeline {
|
|||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Build image'){
|
stage('Build image'){
|
||||||
|
steps{
|
||||||
checkout scm
|
checkout scm
|
||||||
//Pierwszy argument to tag, który zostania nadany zbudowanemu obrazowi
|
//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
|
//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")
|
def testImage = docker.build("test-image", "./Dockerfile")
|
||||||
}
|
}
|
||||||
|
}
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
// Run the maven build
|
// Run the maven build
|
||||||
|
Loading…
Reference in New Issue
Block a user