Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vfarcic authored Mar 15, 2019
1 parent 3ae7fa8 commit 6746132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pipeline {
def dateFormat = new SimpleDateFormat("yy.MM.dd")
currentBuild.displayName = dateFormat.format(new Date()) + "-" + env.BUILD_NUMBER
}
sh "docker image build -t vfarcic/jenkins-swarm-agent ."
sh "sudo docker image build -t vfarcic/jenkins-swarm-agent ."
}
}
stage("release") {
Expand Down

0 comments on commit 6746132

Please sign in to comment.