fix jenkinsfile
This commit is contained in:
parent
2fa96e9123
commit
5c802577e4
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -54,7 +54,7 @@ pipeline {
|
|||||||
stage('Building image') {
|
stage('Building image') {
|
||||||
steps{
|
steps{
|
||||||
script {
|
script {
|
||||||
dockerImage = docker.build imagename
|
app = docker.build("romanov73/is:ng-tracker-container-11")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user