remove agent
All checks were successful
s444417-training/pipeline/head This commit looks good

This commit is contained in:
s444417 2022-04-25 22:44:19 +02:00
parent 7b0e42a67b
commit cda767977a

View File

@ -8,11 +8,9 @@ pipeline {
}
}
}
agent any {
post {
always {
emailext body: "${currentBuild.currentResult}", subject: 's444417-testing build status', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms'
}
}
}
}