Skip to content

Commit

Permalink
Queue Support for Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Wilke committed May 23, 2018
1 parent 31e5cbe commit 3ead849
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions jenkins/Jenkinsfile-PR
Expand Up @@ -10,6 +10,15 @@ pipeline {
}
stages {

stage('Queued') {
agent {
label 'FreeNAS-PR'
}
steps {
echo "Build queued"
}
}

stage('Init') {
steps {
checkout scm
Expand Down

0 comments on commit 3ead849

Please sign in to comment.