fix jenkinslib case
This commit is contained in:
parent
ac5501621f
commit
c54e97afd9
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -36,7 +36,7 @@ pipeline {
|
||||
}
|
||||
steps {
|
||||
script {
|
||||
myBuildandPush.buildAndPush()
|
||||
myBuildAndPush.buildAndPush()
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -49,7 +49,7 @@ pipeline {
|
||||
// }
|
||||
// steps {
|
||||
// script {
|
||||
// myBuildandPush.buildAndPush()
|
||||
// myBuildAndPush.buildAndPush()
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
|
Loading…
Reference in New Issue
Block a user