Skip to content
Snippets Groups Projects

Enable docker pipeline

Merged Gioacchino Vino requested to merge debug_paas_ci into main
1 file
+ 4
1
Compare changes
  • Side-by-side
  • Inline
+ 4
1
pipeline {
pipeline {
agent { label 'docker-paas-agent' }
agent {
 
label 'docker-paas-agent'
 
docker { image 'harbor.cloud.infn.it/cicd/jenkins-paas-slave:latest' }
 
}
environment {
environment {
ORCHENT_AGENT_ACCOUNT='infn-cloud-ops'
ORCHENT_AGENT_ACCOUNT='infn-cloud-ops'
Loading