Commit bf8b41fd authored by Balazs Grill's avatar Balazs Grill
Browse files

Bug 574231 modified agent label

Change-Id: Ia4635deda4b959cf8fbcebb588da3784c7a3dbeb
parent d10f0d58
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
pipeline {
	agent {
        kubernetes {
            label 'centos7'
            label 'centos-7'
        }
    }