Skip to content

Commit

Permalink
Merge pull request #420 from dronecore/fix-jenkins-clang-format
Browse files Browse the repository at this point in the history
Jenkinsfile: use tags for images
  • Loading branch information
JonasVautherin authored Jun 7, 2018
2 parents 3cd51ed + b2f7225 commit c218d75
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pipeline {
stage('Ubuntu 16.04 Debug') {
agent {
docker {
image 'dronecore/dronecore-ubuntu-16.04'
image 'dronecore/dronecore-ubuntu-16.04:2018-06-06'
}
}
steps {
Expand All @@ -19,7 +19,7 @@ pipeline {
stage('Ubuntu 16.04 Release') {
agent {
docker {
image 'dronecore/dronecore-ubuntu-16.04'
image 'dronecore/dronecore-ubuntu-16.04:2018-06-06'
}
}
steps {
Expand All @@ -32,7 +32,7 @@ pipeline {
stage('Ubuntu 18.04 Debug') {
agent {
docker {
image 'dronecore/dronecore-ubuntu-18.04'
image 'dronecore/dronecore-ubuntu-18.04:2018-06-06'
}
}
steps {
Expand All @@ -45,7 +45,7 @@ pipeline {
stage('Ubuntu 18.04 Release') {
agent {
docker {
image 'dronecore/dronecore-ubuntu-18.04'
image 'dronecore/dronecore-ubuntu-18.04:2018-06-06'
}
}
steps {
Expand All @@ -58,7 +58,7 @@ pipeline {
stage('Fedora 27 Debug') {
agent {
docker {
image 'dronecore/dronecore-fedora-27'
image 'dronecore/dronecore-fedora-27:2018-06-06'
}
}
steps {
Expand All @@ -71,7 +71,7 @@ pipeline {
stage('Fedora 27 Release') {
agent {
docker {
image 'dronecore/dronecore-fedora-27'
image 'dronecore/dronecore-fedora-27:2018-06-06'
}
}
steps {
Expand All @@ -84,7 +84,7 @@ pipeline {
stage('Fedora 28 Debug') {
agent {
docker {
image 'dronecore/dronecore-fedora-28'
image 'dronecore/dronecore-fedora-28:2018-06-06'
}
}
steps {
Expand All @@ -97,7 +97,7 @@ pipeline {
stage('Fedora 28 Release') {
agent {
docker {
image 'dronecore/dronecore-fedora-28'
image 'dronecore/dronecore-fedora-28:2018-06-06'
}
}
steps {
Expand All @@ -114,7 +114,7 @@ pipeline {
stage('check style') {
agent {
docker {
image 'dronecore/dronecore-ubuntu-16.04'
image 'dronecore/dronecore-ubuntu-16.04:2018-06-06'
}
}
steps {
Expand All @@ -124,7 +124,7 @@ pipeline {
stage('example/takeoff_land') {
agent {
docker {
image 'dronecore/dronecore-ubuntu-16.04'
image 'dronecore/dronecore-ubuntu-16.04:2018-06-06'
}
}
steps {
Expand All @@ -139,7 +139,7 @@ pipeline {
stage('example/fly_mission') {
agent {
docker {
image 'dronecore/dronecore-ubuntu-16.04'
image 'dronecore/dronecore-ubuntu-16.04:2018-06-06'
}
}
steps {
Expand All @@ -154,7 +154,7 @@ pipeline {
stage('example/offboard_velocity') {
agent {
docker {
image 'dronecore/dronecore-ubuntu-16.04'
image 'dronecore/dronecore-ubuntu-16.04:2018-06-06'
}
}
steps {
Expand All @@ -171,7 +171,7 @@ pipeline {
stage('Generate Docs') {
agent {
docker {
image 'dronecore/dronecore-ubuntu-16.04'
image 'dronecore/dronecore-ubuntu-16.04:2018-06-06'
}
}
steps {
Expand Down

0 comments on commit c218d75

Please sign in to comment.