diff options
| author | Elena Vilchik | 2018-06-14 17:40:32 +0200 | 
|---|---|---|
| committer | GitHub | 2018-06-14 17:40:32 +0200 | 
| commit | 6383829aa3b6b25975da1fe7c618e3f611d8c6e1 (patch) | |
| tree | 25752e58f8ef71a3a3db849a987dc24a1f54e0f1 /Jenkinsfile | |
| parent | b3887099d35a9d8909c00f43ca194cc02ba0b16a (diff) | |
| download | sonar-css-6383829aa3b6b25975da1fe7c618e3f611d8c6e1.tar.bz2 | |
Integrate stylelint inside plugin (#42)
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' | 
