Changed Build Command for alpine image
Some checks failed
andreas-personal/jenkins-with-docker/pipeline/head There was a failure building this commit

This commit is contained in:
Andreas Fahrecker 2024-03-12 18:36:01 +01:00
parent 27f6226722
commit 65698d6803

3
Jenkinsfile vendored
View File

@ -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') {