diff options
Diffstat (limited to 'Jenkinsfile')
| -rw-r--r-- | Jenkinsfile | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Jenkinsfile b/Jenkinsfile index 0503600..632e12a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,7 +40,7 @@ pipeline {                          runITs "LATEST_RELEASE"                      }                  } - +/* excluding Windows build temporarily as Node is not available there                  stage('ITs-windows') {                      agent {                          label 'windows' @@ -49,7 +49,7 @@ pipeline {                          runITsWindows "LATEST_RELEASE"                      }                  } - +*/                  stage('ITs-dev') {                      agent {                          label 'linux' | 
