fix label name
diff --git a/Jenkinsfile b/Jenkinsfile
index f42d250..daa1293 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,6 +1,6 @@
 pipeline {
     agent {
-        label 'websites1'
+        label 'svn-websites'
     }
     stages {
         stage('Build') {
@@ -47,4 +47,4 @@
         disableConcurrentBuilds()
         ansiColor('xterm')
     }
-}
\ No newline at end of file
+}