This commit is contained in:
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@@ -15,5 +15,14 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Deploy Image') {
|
||||
steps{
|
||||
script {
|
||||
docker.withRegistry('', registryCredential) {
|
||||
dockerImage.push()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user