This commit is contained in:
Vendored
+8
@@ -24,5 +24,13 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage('Deploy to Nomad by running jobspec.hcl') {
|
||||
steps {
|
||||
script {
|
||||
sh 'nomad job run jobspec.hcl -address=http://nomad.service.consul:4646'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user