Skip to content
Snippets Groups Projects
Commit b9daf15d authored by Mattia Mancini's avatar Mattia Mancini
Browse files

OSB-45: making bob global agent

parent fdc74d43
No related branches found
No related tags found
1 merge request!89Monitoring maintenance Epic branch merge
pipeline {
agent none
agent {
label 'bob'
}
environment {
DOCKER_TAG = "${env.BUILD_TAG}"
}
stages {
stage('Build') {
agent {
label 'bob'
}
steps {
echo 'building tag ${env.DOCKER_TAG}'
......@@ -40,6 +39,7 @@ pipeline {
}
}
stage('Push to nexus') {
steps {
script {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment