Changed Build Command for alpine image
Some checks failed
andreas-personal/jenkins-with-docker/pipeline/head There was a failure building this commit
Some checks failed
andreas-personal/jenkins-with-docker/pipeline/head There was a failure building this commit
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -39,8 +39,7 @@ pipeline {
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh 'cd alpine'
|
||||
sh 'docker build -t fah16145/jenkins-with-docker:alpine .'
|
||||
sh 'docker build -t fah16145/jenkins-with-docker:alpine alpine/'
|
||||
}
|
||||
}
|
||||
stage('Push') {
|
||||
|
Reference in New Issue
Block a user