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:
17
Jenkinsfile
vendored
17
Jenkinsfile
vendored
@@ -1,8 +1,8 @@
|
||||
pipeline {
|
||||
agent any
|
||||
environment {
|
||||
DOCKERHUB_CREDENTIALS = credentials('dockerhub-cred')
|
||||
SSH_CREDENTIALS = credentials('SSH-CREDENTIALS')
|
||||
DOCKERHUB_CREDENTIALS=credentials('dockerhub-cred')
|
||||
SSH_CREDENTIALS=credentials('SSH-CREDENTIALS')
|
||||
}
|
||||
|
||||
stages {
|
||||
@@ -23,11 +23,7 @@ pipeline {
|
||||
sh 'docker push aisthanestha/docker-test-image:latest'
|
||||
}
|
||||
}
|
||||
post {
|
||||
always {
|
||||
sh 'docker logout'
|
||||
}
|
||||
}
|
||||
|
||||
stage('Pull and Deploy') {
|
||||
steps {
|
||||
node('any') { // Provide a label for the Jenkins agent
|
||||
@@ -47,6 +43,11 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
post {
|
||||
always {
|
||||
sh 'docker logout'
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user