mirror of
https://github.com/corda/corda.git
synced 2025-01-18 18:56:28 +00:00
INFRA-1386 - remove nightly publish to dockerhub (#6908)
* INFRA-1386 - remove nightly publish to dockerhub. * Remove entirely.
This commit is contained in:
parent
d4ff6d6b73
commit
acde7cc364
@ -112,22 +112,6 @@ pipeline {
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
stage('Publish Nightly to Docker Hub') {
|
||||
steps {
|
||||
withCredentials([
|
||||
usernamePassword(credentialsId: 'corda-publisher-docker-hub-credentials',
|
||||
usernameVariable: 'DOCKER_USERNAME',
|
||||
passwordVariable: 'DOCKER_PASSWORD')]) {
|
||||
sh script: [
|
||||
'./gradlew',
|
||||
'docker:pushDockerImage',
|
||||
'-Pdocker.image.repository=corda/corda',
|
||||
'--image OFFICIAL'
|
||||
].join(' ')
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user