Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
KimheangKen authored Oct 27, 2023
1 parent 9b17129 commit d0aef1c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ pipeline {
}
}
}
stage('Deploy') {
steps {
sh 'docker run -d -p 8888:8080 kimheang68/jenkins-spring-build'
}
}
// stage('Deploy') {
// steps {
// sh 'docker run -d -p 8888:8080 kimheang68/jenkins-spring-build'
// }
// }
}
}
}

0 comments on commit d0aef1c

Please sign in to comment.