Skip to content

Commit

Permalink
Jenkinsfile: require gluon-docker-v2 for build stage
Browse files Browse the repository at this point in the history
This is required to build the next branch which requires rsync to be
available.
  • Loading branch information
mweinelt committed Apr 15, 2020
1 parent 358be32 commit 777416a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions contrib/ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pipeline {
}
}
stage('build') {
agent { label 'gluon-docker' }
agent { label 'gluon-docker-v2' }
steps {
sh label: 'Identify runner', script: 'echo $SLAVE_NAME'
sh 'make update'
Expand Down Expand Up @@ -70,6 +70,9 @@ pipeline {
As soon, as you properly rebuilt your docker container, you
can notify lemoer, that you have updated your node.
- gluon-docker-v1: add shellcheck binary to the build environment
- gluon-docker-v2: add qemu-testlab testing, requires KVM virtualization support
- gluon-docker-v1:
- add shellcheck binary to the build environment
- gluon-docker-v2:
- add qemu-testlab testing, requires KVM virtualization support
- require rsync dependency to be able to build the next branch
*/

0 comments on commit 777416a

Please sign in to comment.