mirror of
https://github.com/corda/corda.git
synced 2025-01-31 00:24:59 +00:00
* INFRA-1386 - remove nightly publish to dockerhub. * Remove entirely. Co-authored-by: Dries Samyn <dries.samyn@r3.com>
This commit is contained in:
parent
c11eb382ce
commit
e00bd93478
@ -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…
x
Reference in New Issue
Block a user