Skip to content

Commit

Permalink
Revert Jenkinsfile back to use rhel8
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Golovin dgolovin@redhat.com
  • Loading branch information
dgolovin committed Apr 18, 2022
1 parent 51962e1 commit eca4ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env groovy

node('win10'){
node('rhel8'){

def vscodeVersion = ""
stage('Checkout repo') {
Expand Down

0 comments on commit eca4ea4

Please sign in to comment.