pipeline { agent any environment { imagename = "insurance" repository = "choidongjun/graduationwork" registryCredential = "dockerhub_cred" //Dockerhub 자격 증명명 } stages { stage('github clone Project repository') { // steps { // sshagent (credentials: ['ssh-rsa-private-key']) { // git branch: 'main', url: 'https://..