sorry, my p4 builds pre-date pipelines so I'm not that sure of the syntax you have here.
On Wed, Aug 23, 2017 at 5:05 PM, Marley Kudiabor <[email protected]> wrote: > This is the checkout command > > checkout([$class: 'PerforceScm', > browser: [$class: 'SwarmBrowser', url: 'REDACTED'], > credential: 'REDACTED', > filter: [[$class: 'FilterViewMaskImpl', > viewMask: '//CALS_Streams/CS_DEV/HTML_DEV']], > populate: [$class: 'CheckOnlyImpl', > force: false, > have: false, > modtime: false, > quiet: true], > workspace: [$class: 'StaticWorkspaceImpl', > charset: 'none', > name: 'jenkins-P4_CS_Copy_HTML_DEV', > pinHost: false]]) > > On Wednesday, August 23, 2017 at 4:57:04 PM UTC-4, Richard Ginga wrote: >> >> what is your p4 configuration within the job? >> >> On Wed, Aug 23, 2017 at 4:48 PM, Marley Kudiabor <[email protected]> >> wrote: >> >>> Hello, >>> >>> I'm using the P4 Plugin on a stream and trying to poll and Jenkins isn't >>> triggering a poll despite there being changes. It clearly detects changes >>> and tries to parse them but then it goes on to say "no changes" >>> >>> polling log below: >>> >>> Started on Aug 23, 2017 4:43:41 PM >>> P4: Polling on: master with:jenkins-P4_CS_Copy_HTML_DEV >>> Found last change 263400 on syncID jenkins-P4_CS_Copy_HTML_DEV >>> ... p4 client -o jenkins-P4_CS_Copy_HTML_DEV >>> + >>> ... p4 info >>> + >>> >>> P4 Task: establishing connection. >>> ... server: REDACTED >>> ... node: REDACTED >>> P4: Polling with range: 263400,now >>> ... p4 changes //jenkins-P4_CS_Copy_HTML_DEV/...@263400,now >>> + >>> ... p4 change -o 263814 >>> + >>> ... p4 describe -s 263814 >>> + >>> ... p4 change -o 263810 >>> + >>> ... p4 describe -s 263810 >>> + >>> ... p4 change -o 263809 >>> + >>> ... p4 describe -s 263809 >>> + >>> ... p4 change -o 263772 >>> + >>> ... p4 describe -s 263772 >>> + >>> ... p4 change -o 263736 >>> + >>> ... p4 describe -s 263736 >>> + >>> ... p4 change -o 263735 >>> + >>> ... p4 describe -s 263735 >>> + >>> ... p4 change -o 263687 >>> + >>> ... p4 describe -s 263687 >>> + >>> Done. Took 0.43 sec >>> No changes >>> >>> >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Jenkins Users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To view this discussion on the web visit https://groups.google.com/d/ms >>> gid/jenkinsci-users/ae9e9a4c-7e4b-483b-8f52-683f08ccb40c% >>> 40googlegroups.com >>> <https://groups.google.com/d/msgid/jenkinsci-users/ae9e9a4c-7e4b-483b-8f52-683f08ccb40c%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> >> -- >> Dick Ginga >> Build Engineer >> [email protected] >> >> -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/jenkinsci-users/05ea5e06-a4d6-4827-9d2d-e9fef501f530%40googlegroups. > com > <https://groups.google.com/d/msgid/jenkinsci-users/05ea5e06-a4d6-4827-9d2d-e9fef501f530%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Dick Ginga Build Engineer [email protected] -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAL3PpaXzop1yQmSBMe%2B7okR_5MSwLfgQ%3DdBLYL2pGWb4YEiqxQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
