#492 Revert "Run the Jenkins job on fedora-30"
Merged 4 years ago by gnaponie. Opened 4 years ago by gnaponie.
gnaponie/greenwave revert-fedora30  into  master

file modified
+2 -2
@@ -52,7 +52,7 @@ 

  }

  

  timestamps {

- node('fedora-30') {

+ node('fedora-29') {

      checkout scm

      scmVars.GIT_AUTHOR_EMAIL = sh (

          script: 'git --no-pager show -s --format=\'%ae\'',
@@ -167,7 +167,7 @@ 

      }

  }

  

- node('fedora-30') {

+ node('fedora-29') {

      checkout scm

  

      /* Install packages needed by the functional tests. */

Pull-Request has been merged by gnaponie

4 years ago

@gnaponie could you explain why this was necessary?

@mprahl we wanted to run the jenkins job on fedora-30, but the instance where we run it doesn't have fedora-30 nodes. For this reason we decided to drop this change and containerize the job and move it to another jenkins instance (rad-jenkins). It seems like a better idea.

Metadata