comment windows stages

This commit is contained in:
Ruben Abad 2024-01-11 14:55:01 +01:00
parent 3a24ec59a0
commit 4f5a7ece8f
1 changed files with 3 additions and 2 deletions

View File

@ -223,9 +223,10 @@ pipeline
}
}
}
/*
stage('windows')
{
agent { label "windows" }
environment
{
@ -327,7 +328,7 @@ pipeline
deleteDir()
}
}
}
}*/
}
}