updating node name in JF

Change-Id: Icc9b2ef43e35a32fc60643435e2e63dceef302da
diff --git a/Jenkinsfile b/Jenkinsfile
index ce041a8..052f0d9 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -12,7 +12,7 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
-node ('olt-agent-onf') {
+node ('openolt_deb_onf_agent') {
   timeout (time: 240) {
     try {
       dir ('openolt') {