mirror of
https://github.com/ghndrx/docker-test-image.git
synced 2026-02-10 06:45:05 +00:00
s
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -26,8 +26,7 @@ pipeline {
|
||||
|
||||
stage('Pull and Deploy') {
|
||||
steps {
|
||||
withCredentials([
|
||||
sshUserPrivateKey(credentialsId: 'ssh-cred', passwordVariable: 'password', usernameVariable: 'userName')
|
||||
withCredentials([(credentialsId: 'ssh-cred', passwordVariable: 'password', usernameVariable: 'userName')
|
||||
]) {
|
||||
script {
|
||||
def remote = [:]
|
||||
|
||||
Reference in New Issue
Block a user